olamy wrote > "Since 3.0, the default compiler is javax.tools.JavaCompiler (if you > are using java 1.6) and is used to compile Java sources. If you want > to force the plugin using javac, you must configure the plugin option > forceJavacCompilerUse." > > This can definitely show more warning than the previous versions of > plexus compiler could missed. > If you don't want that > add configuration field on compiler plugin: < > forceJavacCompilerUse>true > </forceJavacCompilerUse> > or -Dmaven.compiler.forceJavacCompilerUse=true
Hmm, this is interesting. I will have to try this & report back. -- View this message in context: http://maven.40175.n5.nabble.com/What-s-new-in-maven-compiler-plugin-3-0-tp5738129p5738297.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
