Ant provides the ability to use BuildListeners to monitor significant events in the build life-cycle. Does Maven provide anything similar?
Basically, I need a good way of determining when a Maven build fails. I'd rather not just parse the output because this is for our "official" build environment, which typically keys off either a return code (which maven.bat does not provide) or the existence of an "error file". Any ideas? -- Jamie Bisotti --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
