Tomcat maven plugin
- currently support tomcat7
- http://tomcat.apache.org/maven-plugin-2.2/context-goals.html
org.apache.tomcat.maven tomcat7-maven-plugin 2.2
$> mvn tomcat7:start
jetty maven plugin
- http://www.eclipse.org/jetty/documentation/current/jetty-maven-plugin.html
- resources in ${project.basedir}/src/main/webapp
- classes in ${project.build.outputDirectory}
- web.xml in ${project.basedir}/src/main/webapp/WEB-INF/
org.eclipse.jetty jetty-maven-plugin 9.3.1-SNAPSHOT 10 /test
$>mvn jetty:run
沒有留言:
張貼留言