소스 검색

Links to the relative parent in pom.xml.

This avoids the necessity of running "mvn install" manually
in the "parent pom".
Philip Zeyliger 14 년 전
부모
커밋
2cd68749c5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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>