Re: Trivial fix for -Werror issue

2011-06-06 Thread deusaquilus
Btw, I just posted an integration test that can verify the fix. Responses are greatly appreciated -- View this message in context: http://maven.40175.n5.nabble.com/Trivial-fix-for-Werror-issue-tp476p4459341.html Sent from the Maven Developers mailing list archive at Nabble.com. -

Trivial fix for -Werror issue

2011-06-01 Thread deusaquilus
The plexus compiler does not handle the javac -Werror option correctly, it's extremely important for production builds. A entry was made in Jira here: http://jira.codehaus.org/browse/MCOMPILER-120 The fix to this issue is a trivial code change, I posted of patch over two weeks ago but nobody repli