You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
David Grierson edited this page Sep 23, 2020
·
2 revisions
The following options are common across all of the goals supported by the jira-maven-plugin. These can be used in the <configuration> section of the plugin:
Parameter
Description
<jiraProjectKey>
The project key associated with the JIRA project -- if not specified this is computed from the jiraURL and/or the <issueManagement> section of your POM.
<jiraURL>
The root URL of the JIRA server - this can be used to override the <issueManagement> section of your POM.
<skip>
Controls whether the plugin is enabled for this context.