Full name:
org.codehaus.mojo:tomcat-maven-plugin:1.0-SNAPSHOT:run
Description:
Attributes:
runtime.compile prior to executing itself.| Name | Type | Since | Description |
|---|---|---|---|
| path | String |
- |
The webapp context path to use for the web application being run.
This must always start with a forward-slash ('/'). Default value is: /${project.artifactId}. |
| Name | Type | Since | Description |
|---|---|---|---|
| additionalConfigFilesDir | File |
1.0-alpha-2 |
The directory contains additional configuration Files that copied
in the Tomcat conf Directory. Default value is: ${basedir}/src/main/tomcatconf. |
| classesDir | File |
- |
The classes directory for the web application being run. |
| configurationDir | File |
- |
The directory to create the Tomcat server configuration under. |
| contextFile | File |
- |
The path of the Tomcat context XML file. |
| port | int |
- |
The port to run the Tomcat server on. Default value is: 8080. |
| serverXml | File |
1.0-alpha-2 |
server.xml to use Note if you use this you must configure in
this file your webapp paths. |
| systemProperties | Map |
1.0-alpha-2 |
List of System properties to pass to the Tomcat Server. |
| tomcatWebXml | File |
1.0-alpha-2 |
overriding the providing web.xml to run tomcat |
| warSourceDirectory | File |
- |
The web resources directory for the web application being run. |
java.io.File1.0-alpha-2No${maven.tomcat.additionalConfigFilesDir}${basedir}/src/main/tomcatconfjava.io.FileNo${project.build.outputDirectory}java.io.FileNo${project.build.directory}/tomcatjava.io.FileNosrc/main/webapp/META-INF/context.xmlpath:
java.lang.StringYes${maven.tomcat.path}/${project.artifactId}port:
intNo${maven.tomcat.port}8080java.io.File1.0-alpha-2No${maven.tomcat.serverXml}java.util.Map1.0-alpha-2Nojava.io.File1.0-alpha-2No${maven.tomcat.webXml}java.io.FileNo${basedir}/src/main/webapp