Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1
-
None
Description
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