There is very little work being done on the maven-stage-plugin. Repository managers such as Nexus and Artifactory provide staging support nowadays, which is what is used by Apache projects for example. I would therefore strongly suggest you look at that instead of using this plugin, as should you run into missing functionality (or a bug) a fix for that could take some time (if it will ever happen). Having said that, staging support in Nexus (and Artifactory I think) is only available in the commercial version not the free "community" version.
/Anders On Mon, May 25, 2015 at 9:12 PM, d'Anjou, Martin <[email protected]> wrote: > Hi Dan, > > I am trying to implement a build promotion script to promote a single > version of an artifact set from one maven repository to another. The > promotion phase does not build, it simply promotes existing artifacts. I > also just found the http://mojo.codehaus.org/wagon-maven-plugin/, so I am > looking at that too. > > Martin > > -----Original Message----- > From: Dan Tran [mailto:[email protected]] > Sent: May-25-15 2:57 PM > To: Maven Users List > Subject: Re: maven-stage-plugin clarification questions > > Hi Martin > > You may want to list out your use case without drilling into staging > plugin. There are a number of plugins that can do the copy job > > -Dan > > On Mon, May 25, 2015 at 11:50 AM, d'Anjou, Martin <[email protected]> > wrote: > > > Hi, > > > > I would like to know more on how to copy a specific artifact using the > > stage:copy goal of maven-stage-plugin. The usage example shows > > source/target repositories, repository IDs and a version number, but > > does not list an artifact. How do I specify the artifact? Seeing a pom > > file would help me a lot, I am not a regular maven user. > > > > Also, sometimes there are multiple artifacts under the same version. > > How do I specify that all of them should be copied? > > > > Lastly, the usage page says that everything from the source URL is > copied. > > Is this still true? I am interested in having a single version of an > > artifact set being copied, not all of them. > > > > I am looking at the right plugin for what I attempt to do? > > > > Thanks, > > Martin > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
