MVN

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

Maven & Gradle

Oct 23, 2022
53 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 Updated
  • gitlog-maven-plugin-1.14.0

    Oct 23, 2022
  • gitlog-maven-plugin-1.13.17

    Feb 14, 2019
  • gitlog-maven-plugin-1.13.16

    Jan 27, 2019
  • gitlog-maven-plugin-1.13.15

    Nov 17, 2018
  • gitlog-maven-plugin-1.13.12

    Jun 18, 2018
  • gitlog-maven-plugin-1.13.8

    Jun 16, 2018
  • gitlog-maven-plugin-1.13.7

    Dec 10, 2017
  • gitlog-maven-plugin-1.13.6

    Dec 10, 2017
  • gitlog-maven-plugin-1.13.3

    Sep 24, 2016
  • gitlog-maven-plugin-1.13.2

    Mar 20, 2016
  • gitlog-maven-plugin-1.12.3

    Oct 27, 2015
  • gitlog-maven-plugin-1.12.0

    Jul 20, 2015
  • gitlog-maven-plugin-1.11.0

    Jul 05, 2015
  • gitlog-maven-plugin-1.10.1

    May 30, 2015
  • gitlog-maven-plugin-1.10.0

    Mar 28, 2015

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>