On Thu, Jul 16, 2009 at 1:14 PM, David Hoffer<dhoff...@gmail.com> wrote:
> Is there a way to configure maven to deploy only if all artifacts in a
> multi-module build are successful?  Currently, it seems each is deployed as
> they are processed by the reactor.  The lack of atomic deploy is causing bad
> builds by consuming applications.

I don't think Maven has that feature, but you could deploy to a
staging repository, and only promote it if the entire build is
successful.

-- 
Wendy

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

Reply via email to