Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
At the moment the reading of the .mvn/maven.config is handled that way that you can define for example a property into this file but it is not possible to overwrite a property via direct command line arguments.
Scenario is related to MNG-5576 which makes it possible to define a property as a version. This can be done in .mvn/maven.config having a default value. But using this it is makes it impossible to change the property via command line call mvn -Drevision=XXX.