MVN

io.github.mavenplugins : unleash-maven-plugin

Maven & Gradle

Jan 13, 2024

Unleash Maven Plugin · This plugin provides a generic alternative to the error-prone default release plugin provided by Maven. It is designed to require a minimal effort of work for releasing modules and being extensible to integrate in every project setup.

<plugin>
    <groupId>io.github.mavenplugins</groupId>
    <artifactId>unleash-maven-plugin</artifactId>
    <version>2.10.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.mavenplugins : unleash-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.10.0

All Versions

Choose a version of io.github.mavenplugins : unleash-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.10.x
unleash-maven-plugin-2.10.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>io.github.mavenplugins</groupId>
    <artifactId>unleash-maven-plugin</artifactId>
    <version>2.10.0</version>
</plugin>