Fix projects build order The quickstart generated project depends on downstream-parent, but it is not yet built. Change modules build order.
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/3b0ca207 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/3b0ca207 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/3b0ca207 Branch: refs/heads/master Commit: 3b0ca20723ae1973ed24b9cff1435f2248941550 Parents: 5145412 Author: Svetoslav Neykov <[email protected]> Authored: Fri Jan 30 13:39:08 2015 +0200 Committer: Svetoslav Neykov <[email protected]> Committed: Fri Jan 30 13:55:33 2015 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/3b0ca207/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ae91755..3bb3bdb 100644 --- a/pom.xml +++ b/pom.xml @@ -1296,8 +1296,8 @@ <module>usage/cli</module> <module>usage/all</module> <module>usage/dist</module> - <module>usage/archetypes/quickstart</module> <module>usage/downstream-parent</module> + <module>usage/archetypes/quickstart</module> </modules> </profile> <profile>
