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