e-gineering / gitflow-helper-maven-plugin

An extension and plugin that teaches Maven to work well with gitflow projects and CI servers.
Apache License 2.0
76 stars 21 forks source link

Plugins referenced in the command line are deactivated when building from master. #40

Closed bvarner closed 8 years ago

bvarner commented 8 years ago

As part of the 'deactivate things which do things' part of the 'deploy' promotion (builds on master) nearly all the plugins are being disabled.

This can cause issues if you do clever things like SQL changes as part of your deployment CLI invocation.

Explicitly referenced plugins shouldn't be disabled / removed from the build.