You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2015/12/23 12:07:19 UTC

[56/71] [abbrv] incubator-brooklyn git commit: [DIST] reparent the downstream project so it doesn't get rat check, plus comments

[DIST] reparent the downstream project so it doesn't get rat check, plus comments


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/db7242aa
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/db7242aa
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/db7242aa

Branch: refs/heads/master
Commit: db7242aa0d76a2f5f1d34c994544203853765995
Parents: 45f1979
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Mon Dec 21 11:18:03 2015 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Mon Dec 21 16:43:39 2015 +0000

----------------------------------------------------------------------
 brooklyn-dist/downstream-parent/pom.xml | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/db7242aa/brooklyn-dist/downstream-parent/pom.xml
----------------------------------------------------------------------
diff --git a/brooklyn-dist/downstream-parent/pom.xml b/brooklyn-dist/downstream-parent/pom.xml
index e8f4fe0..9b7cc73 100644
--- a/brooklyn-dist/downstream-parent/pom.xml
+++ b/brooklyn-dist/downstream-parent/pom.xml
@@ -22,9 +22,14 @@
 
   <parent>
     <groupId>org.apache.brooklyn</groupId>
-    <artifactId>brooklyn-dist-root</artifactId>
+    <artifactId>brooklyn-server</artifactId>
     <version>0.9.SPLITWIP-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
-    <relativePath>../pom.xml</relativePath>
+    <relativePath>../../brooklyn-server/pom.xml</relativePath>
+    <!-- TODO this uses server root pom as a way to get version info without rat check;
+         it means it inherits apache pom, which might not be desired.
+         probably cleaner NOT to have a downstream-parent, instead for project to redeclare their tasks.
+         (yes it violates DRY, but until Maven 4 supporting Mixins that is probably better than
+         hacks in a parent hierarchy to which people won't have visibility. -->
   </parent>
 
   <artifactId>brooklyn-downstream-parent</artifactId>