License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.github.danielflower.mavenplugins |
ArtifactId | ArtifactIdmaven-gitlog-plugin |
Version | Version1.9.1 |
Type | Typemaven-plugin |
Description |
DescriptionMaven Git Log Plugin
Generates a changelog based on commits to a git repository in text and HTML format showing the changes
that are included in each version. A possible use of this is to include these changelogs when packaging your
maven project so that you have an accurate list of commits that the current package includes.
|
Project URL |
Project URL |
Filename | Size |
---|---|
maven-gitlog-plugin-1.9.1.pom | |
maven-gitlog-plugin-1.9.1.jar | 44 KB |
maven-gitlog-plugin-1.9.1-sources.jar | 23 KB |
maven-gitlog-plugin-1.9.1-javadoc.jar | 128 KB |
Browse |
<plugin>
<groupId>com.github.danielflower.mavenplugins</groupId>
<artifactId>maven-gitlog-plugin</artifactId>
<version>1.9.1</version>
</plugin>
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven : maven-plugin-api | jar | 2.2.1 |
org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.3 |
com.madgag : org.eclipse.jgit | jar | 2.99.99.2.0-UNOFFICIAL-ROBERTO-RELEASE |
org.apache.commons : commons-lang3 | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.hamcrest : hamcrest-core | jar | 1.3 |