You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by an...@apache.org on 2015/02/03 12:41:42 UTC

[11/17] incubator-brooklyn git commit: Fix projects build order

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/8e9d98a1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/8e9d98a1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/8e9d98a1

Branch: refs/heads/master
Commit: 8e9d98a1c0681ad39ab94bae1f3295e7a03f3aa3
Parents: 1f036c6
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Authored: Fri Jan 30 13:39:08 2015 +0200
Committer: Andrea Turli <an...@gmail.com>
Committed: Tue Feb 3 11:25:07 2015 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/8e9d98a1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9f4d9df..a1dd7eb 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>