MVN

ch.sourcepond.maven.plugins : multi-module-release-maven-plugin

Maven & Gradle

Nov 03, 2016

The Multi Module Maven Release Plugin · Maven plugin to release multi-module Maven projects where only changed modules should be released

<plugin>
    <groupId>ch.sourcepond.maven.plugins</groupId>
    <artifactId>multi-module-release-maven-plugin</artifactId>
    <version>2.0.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.sourcepond.maven.plugins : multi-module-release-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.0.2

All Versions

Choose a version of ch.sourcepond.maven.plugins : multi-module-release-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
multi-module-release-maven-plugin-2.0.2
multi-module-release-maven-plugin-2.0.1
multi-module-release-maven-plugin-2.0.0
1.0.x
multi-module-release-maven-plugin-1.0.1
multi-module-release-maven-plugin-1.0.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>ch.sourcepond.maven.plugins</groupId>
    <artifactId>multi-module-release-maven-plugin</artifactId>
    <version>2.0.2</version>
</plugin>