> 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?

I doubt this functionality exists in any current plugin. But take a
look at the failsafe plugin and maybe you'll get some ideas on how you
can modify the exec-m-p to accommodate this requirement.

Otherwise I'd just handle this in a shell script/batch file that calls
Maven, checks the results, and then calls Maven again if necessary.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to