Hi. Many components rely on the configuration set up in CP for running the Java compiler. How can one specify command line arguments (to "mvn") so that they are passed to "javac"?[1] [Of course, the idea is to *not* revert to duplicating the "<build>" section of the component's POM.]
Thanks, Gilles [1] Case in point is triggered by this warning: ---CUT--- [INFO] /home/gilles/devel/java/apache/commons-math/trunk/src/main/java/org/apache/commons/math4/field/linalg/FieldDenseMatrix.java: /home/gilles/devel/java/apache/commons-math/trunk/src/main/java/org/apache/commons/math4/field/linalg/FieldDenseMatrix.java uses unchecked or unsafe operations. [INFO] /home/gilles/devel/java/apache/commons-math/trunk/src/main/java/org/apache/commons/math4/field/linalg/FieldDenseMatrix.java: Recompile with -Xlint:unchecked for details. ---CUT--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
