There seem to be many possibilities but I guess your question would be better posted on the dedicated M2e ml as your problem seems more M2e specificly related than pure maven-ish.
(but ftr have a look in your project properties, you can specify goals to be run under some circumstances). Cheers Le 8 août 2011 12:22, "Hugi Thordarson" <[email protected]> a écrit : > Hi all. > > I'm using Eclipse 3.7 to develop Web Applications (jsp & servlets) using Maven (m2eclipse). > > Currently, when I make modifications to a class or resource in Eclipse, I have to manually invoke "mvn package" on my project to get the updated resources/jars copied to the target directory (where the application is running, from an external Tomcat). > > Anyone know if I can make the Maven auto builder in Eclipse automatically update the web application residing in my target folder, so I can skip the manual step? (and totally enjoy the autoloading of modified classes JRebel is providing) > > (or if someone has a better idea for a workflow—essentially, I just want to code, and not have to do any manual work for each modification. > > Cheers, > - hugi > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
