Re: Exclude module from deploy phase

2008-04-01 Thread Tom Huybrechts
You could set an altDeploymentRepository for this specific project, and let it point to a dummy local location. On Mon, Mar 31, 2008 at 9:18 PM, Andrew Uhm <[EMAIL PROTECTED]> wrote: > Hello, > > Is it possible to configure a module to be excluded from the mvn deploy > phase? For instance, in a

Re: Exclude module from deploy phase

2008-03-31 Thread Olivier Lamy
Hi, Have a look at http://jira.codehaus.org/browse/MDEPLOY-63. It's in the current deploy plugin trunk. But you must take care and remove this configuration when you release your project (remove this in a release profile). -- Olivier 2008/3/31, Andrew Uhm <[EMAIL PROTECTED]>: > Hello, > > Is it

Re: Exclude module from deploy phase

2008-03-31 Thread Wendy Smoak
On Mon, Mar 31, 2008 at 12:18 PM, Andrew Uhm <[EMAIL PROTECTED]> wrote: > Is it possible to configure a module to be excluded from the mvn deploy > phase? The next version of Maven Deploy Plugin will allow you to configure individual modules to skip deployment. http://jira.codehaus.org/browse/

Exclude module from deploy phase

2008-03-31 Thread Andrew Uhm
Hello, Is it possible to configure a module to be excluded from the mvn deploy phase? For instance, in a single project I have 3 modules: Domain Repository Web My domain and repository modules are dependencies to other projects, but the web module is not. The web module tends to be rather large