Author: acheype Date: 2013-02-20 07:06:04 +0100 (Wed, 20 Feb 2013) New Revision: 136 Url: http://forge.codelutin.com/projects/cantharella/repository/revisions/136 Log: Add the argument for the compiler (just in comments) to have more details on uncheked warnings Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-02-20 05:22:45 UTC (rev 135) +++ trunk/pom.xml 2013-02-20 06:06:04 UTC (rev 136) @@ -160,6 +160,8 @@ <target>${jdk.version}</target> <showDeprecation>true</showDeprecation> <showWarnings>true</showWarnings> + <!-- to have more details on unchecked or unsage operations --> + <!-- <compilerArgument>-Xlint:unchecked</compilerArgument> --> </configuration> </plugin> <!-- plugin site -->
participants (1)
-
acheype@users.forge.codelutin.com