MVN

com.bluetrainsoftware.maven : release-pom

Maven & Gradle

Jul 10, 2017
6 stars

Maven Release POM Plugin · This plugin generates a fully resolved release pom when you release your project, with specific versions for your entire dependency tree.

<plugin>
    <groupId>com.bluetrainsoftware.maven</groupId>
    <artifactId>release-pom</artifactId>
    <version>1.6</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bluetrainsoftware.maven : release-pom to add to Maven - Latest Versions:

  • Latest Stable: 1.6

All Versions

Choose a version of com.bluetrainsoftware.maven : release-pom to add to Maven - All Versions:

Version Vulnerabilities Updated
1.6
release-pom-1.6
1.5
release-pom-1.5
1.4
release-pom-1.4
1.3
release-pom-1.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>com.bluetrainsoftware.maven</groupId>
    <artifactId>release-pom</artifactId>
    <version>1.6</version>
</plugin>