danielflower / maven-gitlog-plugin

Generates a change log for maven projects using git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

changelog is generated for current working directory rather than project directory

bondolo opened this issue · comments

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}