This kind of builds on top of #76. However, since it's likely a missing feature I report it separately.
Scenario
- multi-module project with 20+ modules
- in the root folder I keep a few "management" files alongside the root
pom.xml like .editorconfig, .gitignore and .gitlab-ci.yml.
Problem: a single change to any of those files will trigger the release of each module upon next invocation of the plugin as the root project changed.
I argue that this is undesirable in most cases. (How) can this behavior be turned off?