> This is something i'm trying to find out, or is there any plugin which > allows me at the time of some compile failure to some special tasks like > flag / touch some file??
You could potentially use mvn -fae (fail at end) and specify your own plugin as the "last thing to be executed" in the build. Then your plugin would need to decide if the build was successful or not by looking at MavenProject etc and "do something". But that is going to be an exercise left to the reader, unless you find that someone has already written a plugin like this. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
