Explorar el Código

Links to the relative parent in pom.xml.

This avoids the necessity of running "mvn install" manually
in the "parent pom".
Philip Zeyliger hace 14 años
padre
commit
2cd68749c5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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>