Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Please improve Java Module support by fixing split packages in the build artifacts and adding a module-info.java file for users of Java9+
You can use the mechanism at https://github.com/apache/maven-compiler-plugin/blob/master/src/it/multirelease-patterns/singleproject-runtime/pom.xml#L102-L108 to produce multirelease JARs that will provide separate files to users of Java9 without breaking anything for users of Java8 or older.