This only works when we fork the compiler. Also managed to bork my dash.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2876 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
samskivert
2010-09-10 16:09:49 +00:00
parent 6d2269e465
commit 6c97376395
+2 -1
View File
@@ -100,10 +100,11 @@
<configuration>
<source>1.5</source>
<target>1.5</target>
<fork>true</fork>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>
<!-- yes, those quoted spaces are a workaround sanctioned by the Maven idiocracy -->
<compilerArgument>-Xlint" "-Xlint:-serial" "Xlint:-path</compilerArgument>
<compilerArgument>-Xlint" "-Xlint:-serial" "-Xlint:-path</compilerArgument>
<excludes>
<exclude>com/samskivert/velocity/**</exclude>
<exclude>com/samskivert/xml/**</exclude>