git-commit-id-maven-plugin
git-commit-id-maven-plugin copied to clipboard
Per module versions
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
checkstylecoding style definition:mvn clean verify -Pcheckstyle -Dmaven.test.skip=true -B