|
Class Summary |
| AbstractExecWarMojo |
|
| AbstractRunMojo |
|
| AbstractRunWarMojo |
Runs the current project as a packaged web application using an embedded Tomcat server. |
| AbstractStandaloneWarMojo |
Abstract Mojo for building deployable and executable war files |
| ExecWarMojo |
Create a self executable jar file containing all necessary Apache Tomcat classes. |
| ExecWarOnlyMojo |
Same as exec-war goal without forking the package lifecycle. |
| ExtendedTomcat |
|
| ExtraDependency |
|
| ExtraResource |
|
| HelpMojo |
Display help information on tomcat7-maven-plugin.
Call mvn tomcat7:help -Ddetail=true -Dgoal=<goal-name> to display parameter details. |
| 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. |
| ShutdownMojo |
Shuts down all possibly started embedded Tomcat servers. |
| StandaloneWarMojo |
This Mojo will create an executable war file with embedded Tomcat that is also capable of being deployed elsewhere. |
| StandaloneWarOnlyMojo |
This Mojo will create an executable war file with embedded Tomcat that is also capable of being deployed elsewhere. |
| WarRunDependency |
|
| Webapp |
Webapp represents information specified in the plugin configuration section
for each webapp. |