Browse Source

Links to the relative parent in pom.xml.

This avoids the necessity of running "mvn install" manually
in the "parent pom".
Philip Zeyliger 14 năm trước cách đây
mục cha
commit
2cd68749c5
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      desktop/libs/hadoop/java/pom.xml

+ 1 - 0
desktop/libs/hadoop/java/pom.xml

@@ -23,6 +23,7 @@
   <parent>
     <groupId>com.cloudera.hue</groupId>
     <artifactId>hue-parent</artifactId>
+    <relativePath>../../../../maven/pom.xml</relativePath>
     <version>1.2.0-SNAPSHOT</version>
   </parent>