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.

License

License

Categories

Categories

Maven Build Tools Git Development Tools Version Controls
GroupId

GroupId

com.comeon.mojo
ArtifactId

ArtifactId

git-changelog-maven-plugin
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

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.
Project URL

Project URL

https://github.com/comeon-stockholm/git-changelog-maven-plugin

Download git-changelog-maven-plugin

How to add to project

<plugin>
    <groupId>com.comeon.mojo</groupId>
    <artifactId>git-changelog-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.1.1
org.eclipse.jgit : org.eclipse.jgit jar 3.7.0.201502260915-r
com.google.code.gson : gson jar 2.3.1

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0