danielflower / multi-module-maven-release-plugin

A maven release plugin that is fast, does not add extra commits, and works well with single or multiple modules
http://danielflower.github.io/multi-module-maven-release-plugin/index.html
MIT License
125 stars 64 forks source link

Added a skip switch to the release mojo #19

Closed chrisdutz closed 6 years ago

chrisdutz commented 8 years ago

In our case we need to be able to omit individual artifacts from being released (Artificial reactor-parent coupling together a lot of separate projects to one big maven build). Usually maven plugins have a "skip" config option to prevent mojo exectution. With this patch it's possible to skip a module by adding a "skip=true" configuration parameter.