tomasbjerre / git-changelog-maven-plugin

Maven plugin that can generate a changelog, or releasenotes, from git repository
Other
78 stars 35 forks source link

Add support for multi-module projects #44

Closed ilopezv closed 1 year ago

ilopezv commented 2 years ago

When you use git-changelog-maven-plugin on multi module projects git-changelog-maven-plugin and the plugin is enabled by an external parent pom/bom, the plugin is executed in every sub module of the project.

It would be nice that the plugin could by configured for generating changelog file only in the root of the project and not in every sub module of that.

souissimehdi commented 2 years ago

@ilopezv You can add this in the parent pom to generate the changelog file only in the root of the project <inherited>false</inherited>