-
Notifications
You must be signed in to change notification settings - Fork 5
Home
David Grierson edited this page Sep 23, 2020
·
14 revisions
This Maven plugin allows the manipulation of Atlassian Jira fixVersions within the project associated with the built component.
This Maven plugin makes use of Atlassian's Jira REST client libraries. These libraries only support Java versions greater than Java 8; therefore this plugin also only supports Java 8 and beyond.
In order to use this plugin you should read the following content:
- Plugin Set Up : provides details of the pre-requisites required to use the plugin.
- Authentication : provides details of how to configure your user credentials for accessing Jira
- Goals : provides an overview of the different goals which this plugin supports and links to the specific configuration options for each goal
- Extending the plugin : provides details on how you might go about extending the plugin to meet your own specific needs