Re: disabling default deploy behavior

2008-04-16 Thread Rémy Sanlaville
The next version of the deploy plugin will have the option to skip deployment. http://jira.codehaus.org/browse/MDEPLOY-63 Nice, but rather than each plugin implements the skip feature, it would better to manage this feature at the maven or plexus level instead of the plugins level. See

disabling default deploy behavior

2008-04-15 Thread Dmitry Beransky
Hi, We've configured maven to run cargo:deploy during the deploy phase. However, maven is still trying to copy the war artifact into our internal repository as well. How do tell it not to? Thanks Dmitry - To unsubscribe,

RE: disabling default deploy behavior

2008-04-15 Thread Brian E. Fox
You can't really, but what you could do is change the distMgt url to some local file like c:\trash -Original Message- From: Dmitry Beransky [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 15, 2008 3:02 PM To: Maven Users List Subject: disabling default deploy behavior Hi, We've

Re: disabling default deploy behavior

2008-04-15 Thread Wendy Smoak
On Tue, Apr 15, 2008 at 12:01 PM, Dmitry Beransky [EMAIL PROTECTED] wrote: We've configured maven to run cargo:deploy during the deploy phase. However, maven is still trying to copy the war artifact into our internal repository as well. How do tell it not to? The next version of the

Re: disabling default deploy behavior

2008-04-15 Thread Dmitry Beransky
cool! do you know which repository would have the dev version of the plugin? It's not in the central yet. On Tue, Apr 15, 2008 at 2:03 PM, Wendy Smoak [EMAIL PROTECTED] wrote: The next version of the deploy plugin will have the option to skip deployment.