remove link to sibling directory in pom as that breaks embedded builds

all this means is that changes to brooklyn-server parent pom will need to be 
built before they are available here


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

Branch: refs/heads/master
Commit: f6b88085815bb044c782db1344a5536c8730d01f
Parents: 1929785
Author: Alex Heneveld <alex.henev...@cloudsoftcorp.com>
Authored: Fri Aug 3 11:52:45 2018 +0100
Committer: Alex Heneveld <alex.henev...@cloudsoftcorp.com>
Committed: Fri Aug 3 11:52:45 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/f6b88085/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 237b16b..242cd77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,8 @@
         <groupId>org.apache.brooklyn</groupId>
         <artifactId>brooklyn-parent</artifactId>
         <version>1.0.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
-        <relativePath>../brooklyn-server/parent/</relativePath>
+        <!-- do not link to sibling directory as that breaks builds where this 
code is embedded, e.g. for branding;
+             we require that brooklyn-server is built first (this is needed 
anyway for the modularity java code) -->
     </parent>
 
     <groupId>org.apache.brooklyn.ui</groupId>

Reply via email to