Add option to passing a list of profiles into scm:bootstrap
-----------------------------------------------------------

                 Key: SCM-393
                 URL: http://jira.codehaus.org/browse/SCM-393
             Project: Maven SCM
          Issue Type: New Feature
    Affects Versions: 1.1
            Reporter: Dan Tran


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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to