MVN

org.inigma.maven : maven-scm-version-plugin

Maven & Gradle

Dec 27, 2013
2 stars

SCM Version · A plugin for auto-altering version number of SNAPSHOT to include branch name if branched code.

<plugin>
    <groupId>org.inigma.maven</groupId>
    <artifactId>maven-scm-version-plugin</artifactId>
    <version>1.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.inigma.maven : maven-scm-version-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of org.inigma.maven : maven-scm-version-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2
maven-scm-version-plugin-1.2
1.1
maven-scm-version-plugin-1.1
1.0.x
maven-scm-version-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>org.inigma.maven</groupId>
    <artifactId>maven-scm-version-plugin</artifactId>
    <version>1.2</version>
</plugin>

Advertisement