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

description:

(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}

issueSystem:

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

organisation:

for github user/organization : github.com/apache use apache
  • Type: java.lang.String
  • Required: No
  • Expression: ${patch.request.organisation}

password:

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

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}

patchSystemUrl:

for github api url https://api.github.com
  • Type: java.lang.String
  • Required: No
  • Expression: ${patch.patchSystem.url}
  • Default: ${project.patchManagement.url}

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}

repository:

github repo : github.com/apache/maven-3 use maven-3
  • Type: java.lang.String
  • Required: No
  • Expression: ${patch.request.repository}

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}