Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Duplicate
-
2.0.3
-
None
-
None
-
cygwin
-
Patch
Description
create two profiles in your settings.xml
- id test with a property <test>dev</test>
- id snapshots with a property <test>snapshots</test>
<activeProfiles>
<activeProfile>dev</activeProfile>
<activeProfile>snapshots</activeProfile>
</activeProfiles>
With the attached pom run :
mvn validate :
[echo] dev
mvn -P snapshots validate :
[echo] dev
Olivier
Attachments
Attachments
Issue Links
- is related to
-
MNG-1992 CLI -D should override properties in settings.xml
- Closed