GitHub user ahgittin opened a pull request:
https://github.com/apache/brooklyn-server/pull/983
add a profile to allow downstream projects not to deploy brooklyn projects
useful if they do `mvn clean deploy` and rebuild brooklyn projects, as they
shouldn't be attempting to deploy brooklyn projects.
(they might rebuild eg the ui if they are whitelabelling. the alternative
is that they _do_ deploy them, but
specify alternative repos via the command line or a .mvn/maven.config)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ahgittin/brooklyn-server skip-deploy
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/983.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #983
----
commit 82106babb0d42d83dc9037433c011af46db60098
Author: Alex Heneveld <alex.heneveld@...>
Date: 2018-09-03T15:37:42Z
add a profile to allow downstream projects not to deploy brooklyn projects
useful if they do `mvn clean deploy` and rebuild brooklyn projects, as they
shouldn't be attempting to deploy brooklyn projects.
(they might rebuild eg the ui if they are whitelabelling. the alternative
is that they _do_ deploy them, but
specify alternative repos via the command line or a .mvn/maven.config)
----
---