Provide ability to bootstrap project just by groupId and artifactId
-------------------------------------------------------------------

         Key: MPSCM-82
         URL: http://jira.codehaus.org/browse/MPSCM-82
     Project: maven-scm-plugin
        Type: Bug

    Reporter: Andreas Schildbach
     Fix For: 1.6


It'll be great if I could just check out the CVS head / SVN trunk of a project 
by something like

mvn svn:checkout -DgroupId=myGroupId -DartifactId=myArtifactId

Maven would get the latest associated POM, read the repository location from 
the SCM entries, and proceed with checking out as you would expect it.

Then, I'd just have to cd to the newly created directory and issue

mvn eclipse:eclipse (or the equivalent for your favourite IDE)

This enhancement is also targetted at the M2 plugin, for which I did not find 
any JIRA project.

-- 
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