On 09/14/2011 04:56 PM, Glen Mazza wrote:
I think one of your headaches may be in using Eclipse to do your builds
-- I would recommend opening up a command-line prompt and doing your
Maven commands (mvn clean install, mvn tomcat:deploy, etc.) from that
and use Eclipse purely as a code editor.

Actually, the plugin works rather nicely within eclipse once I figured out how to use it. (basically, Run-As->maven build-> tomcat:run) with the embedded tomcat, don't mess with the Eclipse Server stuff, although I suppose that might work too.

It could use a bit of documentation upgrade, but otherwise a cool thing.

Reply via email to