Full name:
org.apache.tomcat.maven:tomcat7-maven-plugin:2.1:exec-war
Description:
Attributes:
| Name | Type | Since | Description | 
|---|---|---|---|
| accessLogValveFormat | String | 2.0 | 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.0 | 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.0 | the classifier to use for the attached/generated artifact Default value is: exec-war. User property is: maven.tomcat.exec.war.attachArtifactClassifier.  | 
          
| attachArtifactClassifierType | String | 2.0 | the type to use for the attached/generated artifact Default value is: jar. User property is: maven.tomcat.exec.war.attachArtifactType.  | 
          
| connectorHttpProtocol | String | 2.0 | 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.0 | to enable naming when starting tomcat Default value is: false. User property is: maven.tomcat.exec.war.enableNaming.  | 
          
| finalName | String | 2.0 | Name of the generated exec JAR. Default value is: ${project.artifactId}-${project.version}-war-exec.jar. User property is: tomcat.jar.finalName.  | 
          
| mainClass | String | 2.0 | 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.0 | 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.0 | (no description) Default value is: ${plugin.artifacts}.  | 
          
| Name | Type | Since | Description | 
|---|---|---|---|
| buildDirectory | File | 2.0 | (no description) Default value is: ${project.build.directory}.  | 
          
| extraDependencies | List | 2.0 | 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.0 | list of extra resources to add in the standalone tomcat jar: your
logger configuration etc | 
          
| pluginWorkDirectory | File | 2.0 | Path under buildDirectory where this mojo may do
temporary work. Default value is: ${project.build.directory}/tomcat7-maven-plugin-exec.  | 
          
| serverXml | File | 2.0 | (no description) Default value is: src/main/tomcatconf/server.xml. User property is: maven.tomcat.exec.war.serverXml.  | 
          
| tomcatConfigurationFilesDirectory | File | 2.0 | (no description) Default value is: src/main/tomcatconf. User property is: maven.tomcat.exec.war.tomcatConf.  | 
          
| warRunDependencies | List | 2.0 | (no description) | 
          
path:
tomcatConfigurationFilesDirectory: