| Class | Description |
|---|---|
| AbstractCatalinaMojo |
Abstract goal that provides common configuration for Catalina-based goals.
|
| AbstractDeployMojo |
Deploy a WAR to Tomcat.
|
| AbstractDeployWarMojo | |
| AbstractI18NTomcat6Mojo |
olamy: as long as maven plugin descriptor metadata generation doesn't support annotations outside of the same
project, we must have those fields here
|
| AbstractRunMojo |
Abstract goal that provides common configuration for embedded Tomcat goals.
|
| AbstractRunWarMojo |
Runs the current project as a packaged web application using an embedded Tomcat server.
|
| AbstractWarCatalinaMojo |
Abstract goal that provides common configuration for Catalina-based goals.
|
| DeployMojo |
Deploy a WAR to Tomcat.
|
| DeployOnlyMojo |
Deploy a WAR to Tomcat without forking the package lifecycle.
|
| ExplodedMojo |
Deploy an exploded WAR to Tomcat.
|
| ExternalRepositoriesReloadableWebappLoader |
A WebappLoader implementation that allows scanning for changes to project classpath in support of
context reloads.
|
| HelpMojo |
Display help information on tomcat6-maven-plugin.
Call mvn tomcat6:help -Ddetail=true -Dgoal=<goal-name> to display parameter details. |
| InplaceMojo |
Deploy a WAR in-place to Tomcat.
|
| ListMojo |
Lists all the currently deployed web applications in Tomcat.
|
| RedeployMojo |
Redeploy a WAR in Tomcat.
|
| RedeployOnlyMojo |
Redeploy a WAR in Tomcat without forking the package lifecycle.
|
| ReloadMojo |
Reload a WAR in Tomcat.
|
| ResourcesMojo |
Lists JNDI resources in Tomcat.
|
| RolesMojo |
Lists security roles in Tomcat.
|
| RunMojo |
Runs the current project as a dynamic web application using an embedded Tomcat server.
|
| RunWarMojo |
Runs the current project as a packaged web application using an embedded Tomcat server.
|
| RunWarOnlyMojo |
Same as run-war goal without forking the package cycle.
|
| ServerInfoMojo |
Lists information about the Tomcat version, OS, and JVM properties.
|
| SessionsMojo |
Lists session information for a WAR in Tomcat.
|
| ShutdownMojo |
Shuts down all possibly started embedded Tomcat servers.
|
| StartMojo |
Start a WAR in Tomcat.
|
| StopMojo |
Stop a WAR in Tomcat.
|
| UndeployMojo |
Undeploy a WAR from Tomcat.
|
| Webapp |
Webapp represents information specified in the plugin configuration section
for each webapp.
|
Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.