danielflower / maven-gitlog-plugin

Generates a change log for maven projects using git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Layout report HTML : evolution

edahenit opened this issue · comments

I changed your plugin to respond to our need for:

  • improve the display of the html page by adding a column containing the commits list of files
  • add the parmetre includeOnlyCommitsAfterRelease for Include only in the changelog the commits after the last release
  • add the parmetre includeOnlyCommitsAfterTags (nome of tag) for Include only in the changelog the commits after this tag
  • add the goal deploy to deploy the report in local repo maven

The resources are deposited under : https://github.com/edahenit/maven-gitlog-plugin.git branche : master.
changelog for integration-maven-maven-release-test-git version 2 10 0-snapshot - google chrome

I propose to integrate in the next version.

That looks good. Could showing the changed commits be optional though? Or perhaps make this a new report type?