Rely on project order instead of dependency Backport of fix on master by Hadrian Zbarcea <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/82e24902 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/82e24902 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/82e24902 Branch: refs/heads/0.7.0-incubating Commit: 82e24902bc42bf1d3337e788a68689c18afe64f0 Parents: 229e5fe Author: Hadrian Zbarcea <[email protected]> Authored: Mon Jul 13 17:37:06 2015 -0400 Committer: Richard Downer <[email protected]> Committed: Wed Jul 15 08:22:09 2015 +0000 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/82e24902/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ae39c02..69f25b2 100644 --- a/pom.xml +++ b/pom.xml @@ -81,6 +81,7 @@ <modules> <module>parent</module> + <module>usage/downstream-parent</module> <module>api</module> <module>camp</module> @@ -115,7 +116,6 @@ <module>usage/camp</module> <module>usage/cli</module> <module>usage/dist</module> - <module>usage/downstream-parent</module> <module>usage/jsgui</module> <module>usage/launcher</module> <module>usage/logback-includes</module>
