Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Command Line
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
The current syntax for deactivating a profile from the command line is:
mvn -P-myProfile
It would be more intuitive if the exclamation point could be used in addition to the dash.
mvn -P!myProfile
Issue Links
| This issue is related to: | ||||
| MNG-3545 | Option -P-profile overridden if profile is activebyDefault |
|
|
|
This was suggested on the developer list here:
http://www.mail-archive.com/dev@maven.apache.org/msg74261.html