We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
moduleVersion
maven.compiler.moduleVersion
1 parent 470ca88 commit 9337c3cCopy full SHA for 9337c3c
src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java
@@ -122,7 +122,7 @@ public abstract class AbstractCompilerMojo implements Mojo {
122
* @see <a href="https://docs.oracle.com/en/java/javase/17/docs/specs/man/javac.html#option-module-version">javac --module-version</a>
123
* @since 4.0.0
124
*/
125
- @Parameter(property = "moduleVersion", defaultValue = "${project.version}")
+ @Parameter(property = "maven.compiler.moduleVersion", defaultValue = "${project.version}")
126
protected String moduleVersion;
127
128
/**
0 commit comments