Add parameters for groupId and artifactId to make it possible to copy only one 
artifact from a staging repository
-----------------------------------------------------------------------------------------------------------------

                 Key: MSTAGE-8
                 URL: http://jira.codehaus.org/browse/MSTAGE-8
             Project: Maven 2.x Stage Plugin
          Issue Type: Improvement
    Affects Versions: 1.0-alpha-1
            Reporter: Dennis Lundberg


If we take the current version parameter and add groupId and artifactId 
parameters, we can create a path to the artifact within the source repository. 
This enables us to copy only a part of the staging repository.

If groupId is omitted, the whole staging repo is copied, just like now.

If the groupId is supplied but the artifactId is omitted, all artifacts for 
that group is copied.

If groupId and artifactId is supplied, only that artifact is copied. In fact 
only that *version* of that artifact is copied, since we already have the 
mandatory version parameter.

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