MVN

org.betteridiots.mojo : jira-maven-plugin

Maven & Gradle

Apr 03, 2014
0 stars

Jira Maven Plugin · The Jira Maven Plugin is used to interact with jira tickets via the jira rest api

<plugin>
    <groupId>org.betteridiots.mojo</groupId>
    <artifactId>jira-maven-plugin</artifactId>
    <version>1.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.betteridiots.mojo : jira-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of org.betteridiots.mojo : jira-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2
jira-maven-plugin-1.2
1.0
jira-maven-plugin-1.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.betteridiots.mojo</groupId>
    <artifactId>jira-maven-plugin</artifactId>
    <version>1.2</version>
</plugin>