Thanks Kalle, worked like a charm! On Thu, Aug 26, 2010 at 5:20 PM, Kalle Korhonen <[email protected]>wrote:
> You need to tell Maven about the additional artifacts. Attach them to > your module with buildhelper plugin, specifying a different > type/classifier. See > http://mojo.codehaus.org/build-helper-maven-plugin/usage.html > > Kalle > > > On Thu, Aug 26, 2010 at 1:02 PM, Victor Calvello <[email protected]> > wrote: > > Hi guys, > > > > I'm trying to deploy to a release nexus repository 2 artifacts with the > same > > GAV but different classifier and packaging using the maven-deploy-plugin. > > The first one goes well. The problem is that fails when wants to upload > or > > generate the pom for the second artifact because the first artifact > uploaded > > already created it. > > > > Is there a way to add secondary artifacts using this plugin? > > > > Thanks, > > Vic > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
