MVN

org.bitbucket.daniel_schreiber.release-manager-for-bitbucket : bitbucket-release-manager-maven-plugin

Maven & Gradle

Feb 02, 2015

Bitbucket release manager maven plugin · This tool collects all issues that were fixed in some/the latest release and assigns them a corresponding milestone. In effect this milestone is basis for your release notes. This is the maven plugin - a command line tool is available too.

<plugin>
    <groupId>org.bitbucket.daniel_schreiber.release-manager-for-bitbucket</groupId>
    <artifactId>bitbucket-release-manager-maven-plugin</artifactId>
    <version>1.0.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.daniel_schreiber.release-manager-for-bitbucket : bitbucket-release-manager-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of org.bitbucket.daniel_schreiber.release-manager-for-bitbucket : bitbucket-release-manager-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
bitbucket-release-manager-maven-plugin-1.0.4
bitbucket-release-manager-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>org.bitbucket.daniel_schreiber.release-manager-for-bitbucket</groupId>
    <artifactId>bitbucket-release-manager-maven-plugin</artifactId>
    <version>1.0.4</version>
</plugin>