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.
-Dave
