Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The javac compiler (Java 9+) allows you to set the Java module version. It would be nice if the compiler plugin allows the user to set this value. The default value should be the project version.
While it is true that the module version is not really used by JPMS, it would be nice if the modules created by Maven does have the version set. It could be useful for debugging for example.
I'm not sure if we need the version only for the compile target or it useful for testCompile as well?
Attachments
Issue Links
- causes
-
MCOMPILER-579 JPMS modules and `--module-version`
- Open