On 25/03/2017 08:04, Ceki Gülcü wrote:
:

Right, project code does not have anything Java9 specific except module-info.class.

So if I understand correctly, source code except module-info.java would need to be compiled targeting an older java version, say 1.6, and module-info.java would be compiled targeting Java 9, everything placed at their usual non-MR-JAR destinations.

Yes. The Apache Maven Compiler Plugin also has a page with a recipe [1] that might be useful.

-Alan

[1] https://maven.apache.org/plugins/maven-compiler-plugin/examples/module-info.html

Reply via email to