You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Putrycz, Erik" <Er...@nrc-cnrc.gc.ca> on 2007/11/13 17:52:24 UTC

ignoring module in deploy in multi module project

I have a multi-module project and one of the module are build tools
which don't need to be deployed.

Is there any way on the parent pom to ignore one module on the deploy
plugin?

 

Erik.

 


Re: ignoring module in deploy in multi module project

Posted by Wayne Fay <wa...@gmail.com>.
Take the module out of the parent pom <modules> list. Then make a
profile that adds it back to the list, and don't call that profile
when you're deploying but only when compiling, testing, etc.

Wayne

On 11/13/07, Putrycz, Erik <Er...@nrc-cnrc.gc.ca> wrote:
> I have a multi-module project and one of the module are build tools
> which don't need to be deployed.
>
> Is there any way on the parent pom to ignore one module on the deploy
> plugin?
>
>
>
> Erik.
>
>
>
>

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