maven-gitlog-plugin icon indicating copy to clipboard operation
maven-gitlog-plugin copied to clipboard

Generates a change log for maven projects using git

Results 22 maven-gitlog-plugin issues
Sort by recently updated
recently updated
newest added

Hello, Expert i have the same issue as this thread (https://github.com/danielflower/maven-gitlog-plugin/issues/29) I updated my project version to use the latest gitlog-maven-plugin, but still got this error. Could you please help?...

I would love to have the option of grouping commits by tag.

* Added optional `gitDirectory` parameter so that user can provide GIT directory path instead of current directory * Updated various library versions

I'm not entirely sure what would be required to make this Mojo thread safe (I haven't dived in the code), but it would be nice if this were marked as...

How can I achieve? git log -n20 Also, I have many projects in a single repo so I want to filter by directory git log -n20 -- .

I would like to see an enhancement: It should be possible to switch on the publication of commit IDs in each log entry. In HTML they should optionally get a...

It would be handy to have support for https://www.conventionalcommits.org In this case, the generated changelog will group commits by bug fixes/features/build/test/etc changes. See also: https://github.com/conventional-changelog/conventional-changelog

I generate the HTML table, and I'd like a column for the commit identifier. I don't see an option for this in the plugin configuration.

if you build using "mvn -f somedir" the changelog generated for the current directory rather than the project directory. Paths for the git repo should be resolved against ${project.basedir}

…ve everything in the commit message that doesn't match with the regex Hi, I want to be able to tell downstream users what is currently running on our service. therefore...