1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Description: Removed -Werror tag
Author: Saif Abdul Cassim <saif.15@cse.mrt.ac.lk>
Forwarded: not-needed
--- a/pom.xml
+++ b/pom.xml
@@ -306,7 +306,6 @@
<showWarnings>true</showWarnings>
<compilerArgs>
<arg>-Xlint:all,-options</arg>
- <arg>-Werror</arg>
<arg>-profile</arg>
<arg>compact1</arg>
</compilerArgs>
--- a/jline/pom.xml
+++ b/jline/pom.xml
@@ -226,7 +226,6 @@
</excludes>
<compilerArgs>
<arg>-Xlint:all,-options</arg>
- <arg>-Werror</arg>
<arg>-profile</arg>
<arg>compact1</arg>
</compilerArgs>
@@ -243,7 +242,6 @@
</includes>
<compilerArgs>
<arg>-Xlint:all,-options</arg>
- <arg>-Werror</arg>
<arg>-profile</arg>
<arg>compact3</arg>
</compilerArgs>
|