Author: doogie Date: Tue Apr 21 23:35:10 2015 New Revision: 1675220 URL: http://svn.apache.org/r1675220 Log: Configure extra compiler args, similar to what macros.xml does.
Modified: ofbiz/branches/OFBIZ-6271/pom.xml Modified: ofbiz/branches/OFBIZ-6271/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/pom.xml?rev=1675220&r1=1675219&r2=1675220&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/pom.xml Tue Apr 21 23:35:10 2015 @@ -156,6 +156,13 @@ under the License. <configuration> <source>1.7</source> <target>1.7</target> + <compilerArgs> + <arg>-Xlint:-path</arg> + <!-- + Please leave this line here. It makes it easier to enable/disable it. + <arg>-Xlint:unchecked</arg> + --> + </compilerArgs> </configuration> </plugin> <plugin>