> 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??.
This is not really a good job for Maven. You should install a continuous integration server. I like Hudson. Others like Continuum, Cruise Control, Bamboo, Anthill, etc. http://confluence.public.thoughtworks.org/display/CC/CI+Feature+Matrix Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
