DOC

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.

Table Of Contents

Latest Version

Download com.github.danielflower.mavenplugins : gitlog-maven-plugin Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.danielflower.mavenplugins : gitlog-maven-plugin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x

How to open Javadoc JAR file in web browser

  1. Rename the file gitlog-maven-plugin-1.14.0-javadoc.jar to gitlog-maven-plugin-1.14.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder gitlog-maven-plugin-1.14.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "gitlog-maven-plugin-1.14.0-sources.jar" -d "gitlog-maven-plugin-1.14.0-javadoc" -subpackages 

Advertisement