Package org.apache.tomcat.maven.plugin.tomcat6

Class Summary
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.
InplaceMojo Deploy a WAR in-place to Tomcat.
ListMojo Lists all the currently deployed web applications in Tomcat.
RedeployMojo Redeploy a WAR in Tomcat.
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 Runs the current project as a packaged web application using an embedded Tomcat server 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-2012 The Apache Software Foundation. All Rights Reserved.