DOC

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

Maven & Gradle

Mar 14, 2015
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 : maven-gitlog-plugin Javadoc & API Documentation - Latest Versions:

All Versions

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

Version Size Javadoc Updated
1.9.x
1.8.x
1.7.x
1.6.x
1.5.x
1.4.x

How to open Javadoc JAR file in web browser

  1. Rename the file maven-gitlog-plugin-1.9.1-javadoc.jar to maven-gitlog-plugin-1.9.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder maven-gitlog-plugin-1.9.1-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 "maven-gitlog-plugin-1.9.1-sources.jar" -d "maven-gitlog-plugin-1.9.1-javadoc" -subpackages