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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user