Jelajahi Sumber

HADOOP-7513. mvn-deploy target fails. Contributed by Joep Rottinghuis.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.22@1154632 13f79535-47bb-0310-9956-ffa450edef68
Konstantin Boudnik 13 tahun lalu
induk
melakukan
dea14241c1
2 mengubah file dengan 3 tambahan dan 1 penghapusan
  1. 2 0
      common/CHANGES.txt
  2. 1 1
      common/build.xml

+ 2 - 0
common/CHANGES.txt

@@ -525,6 +525,8 @@ Release 0.22.0 - Unreleased
     HADOOP-7252. JUnit shows up as a compile time dependency in 0.22.
     (Harsh J Chouraria via todd)
 
+    HADOOP-7513. mvn-deploy target fails (Joep Rottinghuis via cos)
+
 Release 0.21.1 - Unreleased
 
   IMPROVEMENTS

+ 1 - 1
common/build.xml

@@ -1325,7 +1325,7 @@
 
   <target name="simpledeploy" unless="staging">
      <artifact:pom file="${hadoop-common.pom}" id="hadoop.core"/>
-     <artifact:pom file="${hadoop-common-test.pom}" id="hadoop.test"/>
+     <artifact:pom file="${hadoop-common-test.pom}" id="hadoop.core.test"/>
      <artifact:pom file="${hadoop-common-instrumented.pom}" 
        id="hadoop.core.${herriot.suffix}"/>