-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1
-
Fix Version/s: 1.1
-
Component/s: maven-plugin
-
Labels:None
Currently we can only passing in one profile using a backdoor
ex: mvn scm:bootstrap -DconnectionUrl=xyz -Dgoals="goal1,goal2,-PmyProfiles"
The new option will do this
mvn scm:bootstrap -DconnectionUrl=xyz -Dprofiles=profile1,profile2,profile2 -Dgoals=goal1,goal2