Full name:
org.apache.tomcat.maven:tomcat6-maven-plugin:2.0:roles
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. |
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. |
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. |
Name | Type | Since | Description |
---|---|---|---|
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. |
username | String | 1.0-alpha-2 | The tomcat username to use for deployment User property is: tomcat.username. |
path:
url: