Hi, I wonder if it would be possible with Maven to produce, from a same module sources, 2 different jars with classes compiled with different source and target values ?
I'm up to using "-d <directory>" as compilerArgument of the maven-compiler-plugin, but it fails with : " javac: invalid flag: -d <directory>" If I run maven with -X option and test the javac command-line logged, it works though ... If that worked I would have 2 executions of compiler (producing target/classes-15 and target/classes-16), then would use 2 executions of maven-jar-plugin to produce both jars with different classifiers if possible. Thanks for help, Jeremie -- View this message in context: http://maven.40175.n5.nabble.com/Producing-2-jars-from-same-sources-with-different-java-version-tp5570446p5570446.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]
