Greetings, On Tue, Mar 1, 2011 at 10:48 PM, Mark <[email protected]> wrote: > Is there some tool or plugin to deploy/undeploy a newly built war to tomcat > or would I need to build a custom ant script that wraps the maven build > process? > What is the proper way to do this?
The short answer is: it depends on how you want to deploy. Probably the following two will be useful: http://cargo.codehaus.org/Maven2+plugin http://mojo.codehaus.org/tomcat-maven-plugin/ -Jesse -- There are 10 types of people in this world, those that can read binary and those that can not. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
