Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.2
-
Fix Version/s: 2.1.0, 3.0-alpha-1
-
Component/s: Command Line
-
Labels:None
-
Environment:xp
-
Complexity:Intermediate
-
Number of attachments :
Description
I have a mojo that takes a parameter as an expression, simple boolean. If I set it to true in my settings.xml, setting it to false with -D doesn't have any effect. The CLI should have the final say.
Issue Links
| This issue is duplicated by: | ||||
| MNG-3884 | Command line arguments don't overwrite settings.xml properties when invoking a plugin |
|
|
|
| This issue relates to: | ||||
| MNG-2206 | bad properties interpolation with profiles |
|
|
|
| MRESOURCES-101 | command-line properties not regarded sometimes |
|
|
|
| MNG-4123 | still can't override properties in pom.xml with -D command line settings. regression? |
|
|
|
| This issue is related to: | ||||
| MRESOURCES-85 | command line cannot overwrite pom properties |
|
|
|
Put the processing of CLI properties (executionProperties) first.