diff --git a/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml b/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml index ea0222e557e..bbc2f95e2b5 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml +++ b/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml @@ -269,6 +269,13 @@ + + + + org.apache.maven.plugins + maven-eclipse-plugin + 2.6 + org.apache.maven.plugins maven-surefire-plugin diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index ae0486fd954..e91543fd1fa 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -95,7 +95,10 @@ Release 0.23.1 - UNRELEASED HDFS-2653. DFSClient should cache whether addrs are non-local when short-circuiting is enabled. (eli) - + + HDFS-2649. eclipse:eclipse build fails for hadoop-hdfs-httpfs. + (Jason Lowe via eli) + Release 0.23.0 - 2011-11-01 INCOMPATIBLE CHANGES