Goal
| Description
|
tomcat6:deploy
| Deploy a WAR to Tomcat.
|
tomcat6:deploy-only
| Deploy a WAR to Tomcat without forking the package lifecycle.
|
tomcat6:exploded
| Deploy an exploded WAR to Tomcat.
|
tomcat6:help
| Display help information on tomcat6-maven-plugin.
Call mvntomcat6:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
|
tomcat6:info
| Listsinformation about the Tomcat version, OS, and JVM properties.
|
tomcat6:inplace
| Deploya WAR in-place to Tomcat.
|
tomcat6:list
| Listsall the currently deployed web applications in Tomcat.
|
tomcat6:redeploy
| Redeploya WAR in Tomcat. (Alias for the deploy goal with its update parameter set totrue.)
|
tomcat6:redeploy-only
| Redeploya WAR in Tomcat without forking the package lifecycle. (Alias for thedeploy-only goal with its update parameter set to true.)
|
tomcat6:reload
| Reloada WAR in Tomcat.
|
tomcat6:resources
| ListsJNDI resources in Tomcat.
|
tomcat6:roles
| Listssecurity roles in Tomcat.
|
tomcat6:run
| Runsthe current project as a dynamic web application using an embedded Tomcatserver.
|
tomcat6:run-war
| Runsthe current project as a packaged web application using an embedded Tomcatserver.
|
tomcat6:run-war-only
| Sameas run-war goal without forking the package cycle.
|
tomcat6:sessions
| Listssession information for a WAR in Tomcat.
|
tomcat6:shutdown
| Shuts down all possibly started embedded Tomcat servers. Thiswill be automatically done through a shutdown hook or you may call this Mojoto shut them down explictly.
By default the shutdown goal is not bound to any phase. Forintegration tests you might want to bind it topost-integration-test.
|
tomcat6:start
| Start a WAR in Tomcat.
|
tomcat6:stop
| Stop a WAR in Tomcat.
|
tomcat6:undeploy
| Undeploy a WAR fromTomcat.
|