You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Mark Reynolds <ma...@gmail.com> on 2006/08/10 21:32:30 UTC

Selective Deployment In Multi-Project

Is it possible to configure individual projects to not deploy?

I have one parent project with several child projects. Some of the
child projects build jars then end up in a war built by another child
project. I would like to run "mvn deploy" at the parent project level
and have just the artifact from the war project deployed to my
internal repository. The reason I want to run it from the parent is
due to Continuum's current incomplete support of multi-projects.

If I put the distribution management configuration in the parent
project, everything deploys.

If I put the distribution management confguration in just the war
project, and run deploy from the parent project, I get: Failed to
configure plugin parameters for:
org.apache.maven.plugins:maven-deploy-plugin:2.2.1

Is there someway to configure the deploy plugin to not deploy or to
ignore a project? If not, this would be useful.

-- Mark R

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org