MVN

com.github.danielflower.mavenplugins : gitlog-maven-plugin

Maven & Gradle

Oct 23, 2022
54 stars

Maven 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.

<plugin>
    <groupId>com.github.danielflower.mavenplugins</groupId>
    <artifactId>gitlog-maven-plugin</artifactId>
    <version>1.14.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.danielflower.mavenplugins : gitlog-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.14.0

All Versions

Choose a version of com.github.danielflower.mavenplugins : gitlog-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.14.x
gitlog-maven-plugin-1.14.0
1.13.x
gitlog-maven-plugin-1.13.17
gitlog-maven-plugin-1.13.16
gitlog-maven-plugin-1.13.15
gitlog-maven-plugin-1.13.12
gitlog-maven-plugin-1.13.8
gitlog-maven-plugin-1.13.7
gitlog-maven-plugin-1.13.6
gitlog-maven-plugin-1.13.3
gitlog-maven-plugin-1.13.2
1.12.x
gitlog-maven-plugin-1.12.3
gitlog-maven-plugin-1.12.0
1.11.x
gitlog-maven-plugin-1.11.0
1.10.x
gitlog-maven-plugin-1.10.1
gitlog-maven-plugin-1.10.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.github.danielflower.mavenplugins</groupId>
    <artifactId>gitlog-maven-plugin</artifactId>
    <version>1.14.0</version>
</plugin>

Advertisement