Hi, On 23.03.2010 16:01, Justin Edelson wrote: > On Mar 23, 2010, at 7:36 AM, Felix Meschberger <[email protected]> > wrote: > >> Hi, >> >> On 23.03.2010 14:56, Justin Edelson wrote: >>> 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 >> >> Cool. >> >> What is the overall build status then ? Will Maven continue to build >> and >> still say "BUILD FAILED" at the end ? >> > > Yes. fae stats for Fail At End. > > Obviously, a module build failure may cause another module's build to > fail. So it's not magic, just occasionally useful :)
Thanks. Good to know. Regards Felix > > Justin > >> Regards >> Felix >> >>> >>> HTH, >>> Justin >>> >
