Re: maven-deploy-plugin: exclude specific project artifact(s)?

2014-01-21 Thread Gordon Cody
Hello We use this to prevent deploying ears/wars into our repo. Everything is built but not everything gets deployed. Newer versions of the deploy plugin allow you to skip deployment so within a few specific poms you can add. maven-deploy-plugin 2.8.

RE: maven-deploy-plugin: exclude specific project artifact(s)?

2014-01-20 Thread Jim Garrison
there doesn't seem to be a way to prevent those > > artifacts from being deployed. > > From: Robert Scholte > Sent: Monday, January 20, 2014 2:00 PM > To: Maven Users List > Subject: Re: maven-deploy-plugin: exclude specific project artifact(s)? > > Make sure it is

Re: maven-deploy-plugin: exclude specific project artifact(s)?

2014-01-20 Thread Robert Scholte
Hi, Make sure it is not attached to the project. For assembly-plugin, see http://maven.apache.org/plugins/maven-assembly-plugin/single-mojo.html#attach Set this value to false. Robert Op Mon, 20 Jan 2014 21:28:49 +0100 schreef Jim Garrison : I have a simple project that uses the assembly