Aaron Robinson wrote:
I've found a reference to compilerarg in the ant docs but I'm still no clearer as to how I specify these when running maven java:compile.

create a file project.properties next to your project.xml. In there, put


maven.compile.fork=true
maven.compile.compilerargs=whateveryouwant

for "whateveryouwant", refer to the ant docs and the tool documentation for javac.

cheers!

- Leo



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to