MVN

guru.nidi.maven.plugins : atlassian-maven-plugin

Maven & Gradle

Mar 14, 2015
0 stars

Perform some actions on Jira, Confluence from maven.

<plugin>
    <groupId>guru.nidi.maven.plugins</groupId>
    <artifactId>atlassian-maven-plugin</artifactId>
    <version>1.0.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of guru.nidi.maven.plugins : atlassian-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of guru.nidi.maven.plugins : atlassian-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
atlassian-maven-plugin-1.0.3

How to add a plugin to Maven

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

<plugin>
    <groupId>guru.nidi.maven.plugins</groupId>
    <artifactId>atlassian-maven-plugin</artifactId>
    <version>1.0.3</version>
</plugin>