MVN

org.jkva.maven-plugins : cascading-release-maven-plugin

Maven & Gradle

Jan 31, 2015
2 stars

Cascading Release Maven Plugin · With the Cascading Release Maven Plugin you can automatically release multiple dependent Maven projects in one go, automatically dealing with internal SNAPSHOT dependencies, eliminating the cumbersome manual steps that are sometimes required for such a release.

<plugin>
    <groupId>org.jkva.maven-plugins</groupId>
    <artifactId>cascading-release-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jkva.maven-plugins : cascading-release-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of org.jkva.maven-plugins : cascading-release-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
cascading-release-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.jkva.maven-plugins</groupId>
    <artifactId>cascading-release-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>