git-commit-id-maven-plugin icon indicating copy to clipboard operation
git-commit-id-maven-plugin copied to clipboard

Per module versions

Open mharriger opened this issue 6 months ago • 0 comments

Context

This is an adaptation of https://github.com/git-commit-id/git-commit-id-maven-plugin/pull/535 to the current codebase.

Add an option perModuleVersions which when set causes the plugin to only consider commits affecting paths within the current module's folder (that is, the folder containing the current pom.xml).

Requires git-commit-id/git-commit-id-plugin-core#247 to be merged first.

Resolves #136

Contributor Checklist

  • [x] Added relevant integration or unit tests to verify the changes
  • [x] Update the Readme or any other documentation (including relevant Javadoc)
  • [x] Ensured that tests pass locally: mvn clean package
  • [x] Ensured that the code meets the current checkstyle coding style definition: mvn clean verify -Pcheckstyle -Dmaven.test.skip=true -B

mharriger avatar Jul 28 '25 22:07 mharriger