Add option for excluding a module from release.
Similar to forceRelease option, a skipRelease option should exist for not releasing a module even when changes are detected. My use case is following:
My repo is bunch of loosely related libraries and over time we're adding more. When I add a new module, I want to release just the parent and the new module (or even just the new module, skipping the parent). Without this option, the plugin would release all modules, because they depend on the parent, even though nothing changed in their dependencies or source code.
any news about this feature ? As @pdudits said, since each module depend on the parent every module will be released, which is completely inconsistent with the plugin purposes (in my case the parent should be released everytime, as it carries the version of overall product
@pdudits, Didn't tried, but perhaps you can use profiles or also the mvn -pl ( with -am or -amd) parameter ?