Full name:
org.apache.tomcat.maven:tomcat7-maven-plugin:2.3-SNAPSHOT:standalone-war-only
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
accessLogValveFormat | String | 2.1 | see http://tomcat.apache.org/tomcat-7.0-doc/config/valve.html Default value is: %h %l %u %t %r %s %b %I %D. User property is: maven.tomcat.exec.war.accessLogValveFormat. |
attachArtifact | boolean | 2.1 | Attach or not the generated artifact to the build (use true if you
want to install or deploy it) Default value is: true. User property is: maven.tomcat.exec.war.attachArtifact. |
attachArtifactClassifier | String | 2.1 | the classifier to use for the attached/generated artifact Default value is: standalone. User property is: maven.tomcat.exec.war.attachArtifactClassifier. |
attachArtifactClassifierType | String | 2.2 | the type to use for the attached/generated artifact Default value is: war. User property is: maven.tomcat.exec.war.attachArtifactType. |
connectorHttpProtocol | String | 2.1 | which connector protocol to use HTTP/1.1 or
org.apache.coyote.http11.Http11NioProtocol Default value is: HTTP/1.1. User property is: maven.tomcat.exec.war.connectorHttpProtocol. |
enableNaming | boolean | 2.1 | to enable naming when starting tomcat Default value is: false. User property is: maven.tomcat.exec.war.enableNaming. |
enableRemoteIpValve | String | 2.3 | see http://tomcat.apache.org/tomcat-7.0-doc/config/valve.html Default value is: true. User property is: maven.tomcat.exec.war.enableRemoteIpValve. |
finalName | String | 2.1 | Name of the generated WAR. Default value is: ${project.artifactId}-${project.version}-standalone.war. User property is: tomcat.jar.finalName. |
mainClass | String | 2.1 | Main class to use for starting the standalone jar. Default value is: org.apache.tomcat.maven.runner.Tomcat7RunnerCli. User property is: maven.tomcat.exec.war.mainClass. |
path | String | 2.1 | The webapp context path to use for the web application being run.
The name to store webapp in exec jar. Do not use / Default value is: ${project.artifactId}. User property is: maven.tomcat.path. |
pluginArtifacts | List | 2.1 | (no description) Default value is: ${plugin.artifacts}. |
Name | Type | Since | Description |
---|---|---|---|
buildDirectory | File | 2.1 | (no description) Default value is: ${project.build.directory}. |
excludes | String[] | 2.2 | File patterns to exclude from extraDependencies |
extraDependencies | List | 2.1 | list of extra dependencies to add in the standalone tomcat jar:
your jdbc driver, mail.jar etc.. Those dependencies will be in
root classloader. |
extraResources | List | 2.1 | list of extra resources to add in the standalone tomcat jar: your
logger configuration etc |
httpPort | String | 2.2 | configure a default http port for the standalone jar User property is: maven.tomcat.exec.war.httpPort. |
pluginWorkDirectory | File | 2.1 | Path under buildDirectory where this mojo may do
temporary work. Default value is: ${project.build.directory}/tomcat7-maven-plugin-exec. |
serverXml | File | 2.1 | (no description) Default value is: src/main/tomcatconf/server.xml. User property is: maven.tomcat.exec.war.serverXml. |
skip | boolean | 2.2 | Skip the execution Default value is: false. User property is: maven.tomcat.skip. |
tomcatConfigurationFilesDirectory | File | 2.1 | (no description) Default value is: src/main/tomcatconf. User property is: maven.tomcat.exec.war.tomcatConf. |
warRunDependencies | List | 2.1 | (no description) |
path:
skip:
tomcatConfigurationFilesDirectory: