소스 검색

Fix the poms to enable 0.23 snapshots for hdfs/common from apache nightly builds (gkesavan)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/MR-279@1155117 13f79535-47bb-0310-9956-ffa450edef68
Mahadev Konar 14 년 전
부모
커밋
f00692d52c
3개의 변경된 파일13개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 0
      mapreduce/CHANGES.txt
  2. 1 1
      mapreduce/pom.xml
  3. 9 0
      mapreduce/yarn/pom.xml

+ 3 - 0
mapreduce/CHANGES.txt

@@ -3,6 +3,9 @@ Hadoop MapReduce Change Log
 Trunk (unreleased changes)
 
   MAPREDUCE-279
+
+    Fix the poms to enable 0.23 snapshots for hdfs/common from apache 
+    nightly builds (gkesavan)
  
     Fix findbugs warnings in mr-client modules part 3 (mahadev)
 

+ 1 - 1
mapreduce/pom.xml

@@ -36,7 +36,7 @@
       <!-- until we move to hadoop-common/hdfs trunk and/or maven 3 -->
       <!-- cf. MNG-4326 -->
       <snapshots>
-        <enabled>false</enabled>
+        <enabled>true</enabled>
       </snapshots>
     </repository>
   </repositories>

+ 9 - 0
mapreduce/yarn/pom.xml

@@ -28,6 +28,15 @@
         <enabled>false</enabled>
       </snapshots>
     </repository>
+    <repository>
+      <id>apache.snapshots</id>
+      <url>http://repository.apache.org/snapshots</url>
+      <!-- until we move to hadoop-common/hdfs trunk and/or maven 3 -->
+      <!-- cf. MNG-4326 -->
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
   </repositories>
 
   <dependencies>