On Thu, May 8, 2008 at 10:23 AM, Michael <[EMAIL PROTECTED]> wrote:

> I do have a multimodule project:
>
> pom -- (root)
>         | jar (module A)
>         | war (module B)
>
> The war file is just a demo and in my opion not an artifact which should be
> on central.

If the jar has a <parent> element, then you'll probably need to deploy
the root pom in addition to the jar.  You can use -N (non-recursive).

It's not released yet, but as of v2.4 the deploy plugin can be
configured to skip deployment of individual modules.
http://jira.codehaus.org/browse/MDEPLOY-63

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to