Re: Multi Module: Deploy and failing modules

2010-01-07 Thread Tony Chemit
Le Thu, 07 Jan 2010 17:04:30 +0100, Johannes Schneider maili...@cedarsoft.com a écrit : Hi, how do you solve that scenario: Multi module project that I try to deploy/install after a refactoring. Unfortunately one of the later modules fails. Now I have some sort of inconsistent snapshot

Re: Multi Module: Deploy and failing modules

2010-01-07 Thread Johannes Schneider
On 01/07/2010 05:14 PM, Tony Chemit wrote: You can do a mvn install and if everything is ok then do a mvn deploy ? I don't think there is another way to do it... Hmm. great... Hope somebody will fix that in Maven... - To

RE: Multi Module: Deploy and failing modules

2010-01-07 Thread Jim McCaskey
Johannes, As far as I know you pretty much HAVE to do this as a two step process. The way I do it is first call deploy like this: mvn -DaltDeploymentRepository=repo::default::file://C:\staging-repo deploy That builds everything to a temporary maven repo that's cleaned out between builds. I