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]
