MVN

zone.gryphon.maven.plugins : scm-metadata-maven-plugin

Maven & Gradle

Nov 12, 2019
0 stars

Maven plugin to inject metadata about SCM into the Maven build properties.

<plugin>
    <groupId>zone.gryphon.maven.plugins</groupId>
    <artifactId>scm-metadata-maven-plugin</artifactId>
    <version>1.8</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of zone.gryphon.maven.plugins : scm-metadata-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.8

All Versions

Choose a version of zone.gryphon.maven.plugins : scm-metadata-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.8
scm-metadata-maven-plugin-1.8
1.7
scm-metadata-maven-plugin-1.7
1.6
scm-metadata-maven-plugin-1.6
1.5
scm-metadata-maven-plugin-1.5
1.4
scm-metadata-maven-plugin-1.4
1.1
scm-metadata-maven-plugin-1.1
1.0
scm-metadata-maven-plugin-1.0
1,3
scm-metadata-maven-plugin-1,3

How to add a plugin to Maven

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

<plugin>
    <groupId>zone.gryphon.maven.plugins</groupId>
    <artifactId>scm-metadata-maven-plugin</artifactId>
    <version>1.8</version>
</plugin>

Advertisement