patch-tracker:update

Full name:

org.apache.maven.plugins:maven-patch-tracker-plugin:1.0-SNAPSHOT:update

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)
patchId 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

description:

(no description)
  • Type: java.lang.String
  • Required: No
  • Expression: ${patch.description}

issueSystem:

(no description)
  • Type: java.lang.String
  • Required: No
  • Expression: ${patch.issueSystem}

password:

(no description)
  • Type: java.lang.String
  • Required: No
  • Expression: ${patch.password}

patchId:

(no description)
  • Type: java.lang.String
  • Required: No
  • Expression: ${patch.patchId}

patchPriority:

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

patchSystem:

(no description)
  • Type: java.lang.String
  • Required: No
  • Expression: ${patch.patchSystem}
  • Default: ${project.patchManagement.system}

patchType:

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

providerType:

(no description)
  • Type: java.lang.String
  • Required: No
  • Expression: ${scm.providerType}

serverId:

if user/password are stored in your settings.xml in a server
  • Type: java.lang.String
  • Required: No
  • Expression: ${patch.serverId}

serverUrl:

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}

summary:

(no description)
  • Type: java.lang.String
  • Required: No
  • Expression: ${patch.summary}

user:

(no description)
  • Type: java.lang.String
  • Required: No
  • Expression: ${patch.user}