Stevo Slavić wrote: > Hello Maven users, > > What to do when Maven build, out of nowhere, just dies, without exception > thrown, no build failure message, nothing, maven process just ends and > command line cursor appears?
I've seen this in situation where custom code was executed during the build (using the exec plugin) that had a System.exit() in it. Maybe that's your case, too? -dirk --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
