License |
License |
---|---|
Categories |
CategoriesMaven Build Tools Git Development Tools Version Controls |
GroupId | GroupIdcom.comeon.mojo |
ArtifactId | ArtifactIdgit-changelog-maven-plugin |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typemaven-plugin |
Description |
Descriptiongit-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 |
<plugin>
<groupId>com.comeon.mojo</groupId>
<artifactId>git-changelog-maven-plugin</artifactId>
<version>1.0.1</version>
</plugin>
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 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.2 |