desruisseaux commented on PR #331:
URL: 
https://github.com/apache/maven-compiler-plugin/pull/331#issuecomment-2910306451

   It may be a question for @gnodet: we have a configuration option declared 
that way:
   
   ```
   @Parameter(property = "maven.compiler.moduleVersion", defaultValue = 
"${project.version}")
   private String moduleVersion;
   ```
   
   Do you know if it is possible for a user to explicitly set an empty value? 
Apparently, using `<moduleVersion/>` causes Maven to fallback on 
`defaultValue`. Is there a way to said "do not use the default"? (other than 
adding a new `useMavenVersion` plugin configuration option).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to