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 years ago
parent
commit
2cd68749c5
1 changed files with 1 additions and 0 deletions
  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>