You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hotfix 1.2.1 - Forgot an important piece of the puzzle...
* If doing builds locally, or on a feature / bugfix branch in a CI job, we need to skip the actual 'deploy' step. The primary method of doing this is to set `maven.deploy.skip=true`
* Refactored (generalized) configuration scanning in the build extension, which is what's responsible for removing plugins we don't want to run in 'master'.
The assumption is that we only ever want to run our own plugins in the master branch. This should probably be configurable, but I'm waiting for a 'valid' use case to emerge before I create an issue for that.
0 commit comments