-
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 project 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.
To learn how 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
For more advanced use you can see how it can be used alongside the maven-release-plugin.