HI, I'm trying to do the following:
My POM uses the exec-maven-plugin to start an external process. This is used to install software after the build process created an installer. If this process can't finish the installation, my maven build fails. That is how it should be. In this case I need to start another process, which re-installs the old version, so people can do their tests. Is there any possibility to configure the exec-maven-plugin (or any other existing plugin) in a way, that I can catch the maven build error of the install-execute-process and use is as a trigger, that starts the re-install-process? Thanks. Ben -- View this message in context: http://maven.40175.n5.nabble.com/Use-error-to-start-a-new-process-tp3304508p3304508.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
