patch-tracker:to-issue
Full name:
org.apache.maven.plugins:maven-patch-tracker-plugin:1.0-SNAPSHOT:to-issue
Description:
(no description)
Attributes:
- Requires a Maven project to be executed.
- Executes as an aggregator plugin.
Optional Parameters
| Name | Type | Since | Description |
|---|---|---|---|
| description | String | - | (no description) |
| id | String | - | for github: pull request id |
| issueSystem | String | - | (no description) |
| organisation | String | - | for github user/organization : github.com/apache use apache |
| password | String | - | (no description) |
| patchPriority | String | - | the priority of the patch tracker entry to load: default 3 for jira
major Default value is: 3. |
| patchSystem | String | - | (no description) Default value is: ${project.patchManagement.system}. |
| patchSystemUrl | String | - | for github api url https://api.github.com Default value is: ${project.patchManagement.url}. |
| patchType | String | - | the type of the patch tracker entry to load: default 1 for jira bug Default value is: 1. |
| providerType | String | - | (no description) |
| repository | String | - | github repo : github.com/apache/maven-3 use maven-3 |
| serverId | String | - | if user/password are stored in your settings.xml in a server |
| serverUrl | String | - | if path tracker url is not stored in the pom. For jira, url must
include project key!: http://jira.codehaus.org/browse/MNG |
| summary | String | - | (no description) |
| user | String | - | (no description) |
Parameter Details
(no description)
- Type: java.lang.String
- Required: No
- Expression: ${patch.description}
id:
for github: pull request id
- Type: java.lang.String
- Required: No
- Expression: ${patch.request.id}
(no description)
- Type: java.lang.String
- Required: No
- Expression: ${patch.issueSystem}
for github user/organization : github.com/apache use apache
- Type: java.lang.String
- Required: No
- Expression: ${patch.request.organisation}
(no description)
- Type: java.lang.String
- Required: No
- Expression: ${patch.password}
the priority of the patch tracker entry to load: default 3 for jira
major
- Type: java.lang.String
- Required: No
- Expression: ${patch.priority}
- Default: 3
(no description)
- Type: java.lang.String
- Required: No
- Expression: ${patch.patchSystem}
- Default: ${project.patchManagement.system}
for github api url https://api.github.com
- Type: java.lang.String
- Required: No
- Expression: ${patch.patchSystem.url}
- Default: ${project.patchManagement.url}
the type of the patch tracker entry to load: default 1 for jira bug
- Type: java.lang.String
- Required: No
- Expression: ${patch.patchType}
- Default: 1
(no description)
- Type: java.lang.String
- Required: No
- Expression: ${scm.providerType}
github repo : github.com/apache/maven-3 use maven-3
- Type: java.lang.String
- Required: No
- Expression: ${patch.request.repository}
if user/password are stored in your settings.xml in a server
- Type: java.lang.String
- Required: No
- Expression: ${patch.serverId}
if path tracker url is not stored in the pom. For jira, url must
include project key!: http://jira.codehaus.org/browse/MNG
- Type: java.lang.String
- Required: No
- Expression: ${patch.serverUrl}
(no description)
- Type: java.lang.String
- Required: No
- Expression: ${patch.summary}
user:
(no description)
- Type: java.lang.String
- Required: No
- Expression: ${patch.user}