Pass a few more helpful parameters to the compiler
authorChristos KK Loverdos <loverdos@gmail.com>
Mon, 26 Mar 2012 12:29:28 +0000 (15:29 +0300)
committerChristos KK Loverdos <loverdos@gmail.com>
Mon, 26 Mar 2012 12:29:35 +0000 (15:29 +0300)
pom.xml

diff --git a/pom.xml b/pom.xml
index a48818b..2b9a16d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           </jvmArgs>
           <args>
             <arg>-deprecation</arg>
+            <arg>-unchecked</arg>
+            <arg>-explaintypes</arg>
           </args>
         </configuration>
         <executions>