开源软件名称(OpenSource Name):gastaldi/jira-maven-plugin开源软件地址(OpenSource Url):https://github.com/gastaldi/jira-maven-plugin开源编程语言(OpenSource Language):Java 100.0%开源软件介绍(OpenSource Introduction):Maven JIRA PluginThe initial code and older versions were originally placed in http://code.google.com/p/jira-maven-plugins/. This Maven plugin allows performing of JIRA common actions, like releasing a version, create a new version and generate the release notes: NOTE: This plugin is not installed in any Maven repository, so you must build and install locally before using it. To build the plugin:
Before you start using this plugin, you must have two configurations already set on your pom.xml: issueManagement tag
Note: This is extremely important, as will use this information to connect on JIRA. entry in settings.xml with the authentication informationPut the following in the settings.xml file:
Also, make sure your JIRA has SOAP access enabled. release-jira-version goalAdd the following profile to be executed when released:
create-new-versionCreates a new JIRA version of this project (without the -SNAPSHOT suffix) Place it on your pom.xml:
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论