Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
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
Attachments
Issue Links
- is related to
-
MNG-3545 Option -P-profile overridden if profile is activebyDefault
- Closed