On Tue, Mar 23, 2010 at 4:12 AM, Felix Meschberger <[email protected]>wrote:
> If you do a full build, the build will abort once a sub-project (module) > fails to build. This is probably another intereting point to know which > project actually failed to build. > FWIW, Maven supports a command-line option which prevents a module build failure from stopping the build. Simply pass -fae to the mvn command, i.e. $ mvn -fae clean install HTH, Justin
