Hi All, Is there any plugin available to catch error when maven was executed at command line
For eg. i want to run command line "mvn -e clean install" at top level of my project, it will take about 2 hrs in our project to compile, so i don't want to wait for that, instead i just wanted to be notified the result of that execution. Is there any plugin like mail or anything else available??. i know we can write one wrapper script and check for errors there, but some time the compilation errors are not getting caught by the wrapper script, thats why i want to see if there any implemenation to check for the status of mvn command Please Help
