Full name:
org.apache.tomcat.maven:tomcat6-maven-plugin:2.0:inplace
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
charset | String | - | The URL encoding charset to use when communicating with Tomcat
manager. Default value is: ISO-8859-1. User property is: maven.tomcat.charset. |
mode | String | - | The deployment mode to use. This must be either war to
deploy the war, context to deploy the context XML
file, or both to deploy the war with the context XML
file. Default value is: war. User property is: maven.tomcat.mode. |
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}. User property is: maven.tomcat.path. |
update | boolean | - | Whether Tomcat should automatically undeploy webapps that already
exist when deploying. Default value is: false. User property is: maven.tomcat.update. |
url | URL | - | The full URL of the Tomcat manager instance to use. Default value is: http://localhost:8080/manager. User property is: maven.tomcat.url. |
warSourceDirectory | File | - | The path of the inplace WAR directory to deploy. Default value is: ${basedir}/src/main/webapp. |
Name | Type | Since | Description |
---|---|---|---|
contextFile | File | - | The path of the Tomcat context XML file. This is not used for war
deployment mode. Default value is: ${project.build.directory}/${project.build.finalName}/META-INF/context.xml. |
ignorePackaging | boolean | 1.1 | If set to true ignore if packaging of project is not 'war'. Default value is: false. User property is: tomcat.ignorePackaging. |
password | String | 1.0-alpha-2 | The password to use for deployment User property is: tomcat.password. |
server | String | - | The server id in settings.xml to use when authenticating with
Tomcat manager, or null to use defaults of username
admin and no password. User property is: maven.tomcat.server. |
tag | String | - | The Tomcat webapp tag name to use. User property is: maven.tomcat.tag. |
username | String | 1.0-alpha-2 | The tomcat username to use for deployment User property is: tomcat.username. |
mode:
path:
tag:
url: