patch-tracker:create
Full name:
org.apache.maven.plugins:maven-patch-tracker-plugin:1.0-SNAPSHOT:create
Description:
Goal which create a diff/patch file from the current project and
create an issue in the project with attaching the created patch
file
Attributes:
- Requires a Maven project to be executed.
- Executes as an aggregator plugin.
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
description | String | - | (no description) |
issueSystem | String | - | (no description) |
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}. |
patchType | String | - | the type of the patch tracker entry to load: default 1 for jira bug Default value is: 1. |
providerType | String | - | (no description) |
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}
(no description)
- Type: java.lang.String
- Required: No
- Expression: ${patch.issueSystem}
(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}
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}
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}