MVN

com.comeon.mojo : git-changelog-maven-plugin

Maven & Gradle

May 12, 2015
0 stars

git-changelog-maven-plugin · Finds all git commits that's in the current branch but not in another. The typical use case is to see what changes are in this branch in relation to the production one. Output is a JSON file that can be used to report on the status of the branch.

<plugin>
    <groupId>com.comeon.mojo</groupId>
    <artifactId>git-changelog-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.comeon.mojo : git-changelog-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.comeon.mojo : git-changelog-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
git-changelog-maven-plugin-1.0.1
git-changelog-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>com.comeon.mojo</groupId>
    <artifactId>git-changelog-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>

Advertisement