GitHub user ahgittin opened a pull request:
https://github.com/apache/brooklyn/pull/17
switch order of build, so server before ui
needed because ui modularity server depends on brooklyn server java;
fortunately ui is no longer needed for brooklyn server so this is safe.
Needed as part of the batch of changes consequence of
https://github.com/apache/brooklyn-ui/pull/54 .
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ahgittin/brooklyn new-ui-angular
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn/pull/17.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 #17
----
commit 6f9d19aed4f0d7bd7c4271fd3cbd25427852f8c2
Author: Alex Heneveld <alex.heneveld@...>
Date: 2018-07-27T09:58:03Z
switch order of build, so server before ui
needed because ui modularity server depends on brooklyn server java;
fortunately ui is no longer needed for brooklyn server so this is safe.
----
---