Rely on project order instead of dependency
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/9e76536d Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/9e76536d Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/9e76536d Branch: refs/heads/master Commit: 9e76536d415c5fff90647f80553dbbc8a123f6b9 Parents: 41734c1 Author: Hadrian Zbarcea <[email protected]> Authored: Mon Jul 13 17:37:06 2015 -0400 Committer: Hadrian Zbarcea <[email protected]> Committed: Mon Jul 13 17:37:06 2015 -0400 ---------------------------------------------------------------------- pom.xml | 2 +- usage/archetypes/quickstart/pom.xml | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/9e76536d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8c31787..0f1ba1c 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> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/9e76536d/usage/archetypes/quickstart/pom.xml ---------------------------------------------------------------------- diff --git a/usage/archetypes/quickstart/pom.xml b/usage/archetypes/quickstart/pom.xml index 4f0b107..3f20411 100644 --- a/usage/archetypes/quickstart/pom.xml +++ b/usage/archetypes/quickstart/pom.xml @@ -35,15 +35,6 @@ <relativePath>../../../parent/pom.xml</relativePath> </parent> - <dependencies> - <dependency> - <groupId>org.apache.brooklyn</groupId> - <artifactId>brooklyn-downstream-parent</artifactId> - <version>${project.version}</version> - <type>pom</type> - </dependency> - </dependencies> - <build> <plugins> <plugin>
