Ver Fonte

Links to the relative parent in pom.xml.

This avoids the necessity of running "mvn install" manually
in the "parent pom".
Philip Zeyliger há 14 anos atrás
pai
commit
2cd68749c5
1 ficheiros alterados com 1 adições e 0 exclusões
  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>