MVN

de.dentrassi.build : release-version

Maven & Gradle

Oct 23, 2015
0 stars

Release Version Build Helper · The plugin helps in generating usable release versions based on maven version information.

<plugin>
    <groupId>de.dentrassi.build</groupId>
    <artifactId>release-version</artifactId>
    <version>0.0.9</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.dentrassi.build : release-version to add to Maven - Latest Versions:

  • Latest Stable: 0.0.9

All Versions

Choose a version of de.dentrassi.build : release-version to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
release-version-0.0.9
release-version-0.0.8

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>de.dentrassi.build</groupId>
    <artifactId>release-version</artifactId>
    <version>0.0.9</version>
</plugin>