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.
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.