HADOOP-7567. 'mvn eclipse:eclipse' fails for hadoop-alfredo (auth). Contributed by Alejandro Abdelnur.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1161304 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas White 2011-08-24 22:28:54 +00:00
parent 71c2f73175
commit fdae3cda85
2 changed files with 3 additions and 7 deletions

View File

@ -91,13 +91,6 @@
<include>krb5.conf</include>
</includes>
</testResource>
<testResource>
<directory>${basedir}/src/test/resources</directory>
<filtering>false</filtering>
<excludes>
<exclude>krb5.conf</exclude>
</excludes>
</testResource>
</testResources>
<plugins>
<plugin>

View File

@ -519,6 +519,9 @@ Trunk (unreleased changes)
HADOOP-7566. MR tests are failing webapps/hdfs not found in CLASSPATH.
(Alejandro Abdelnur via mahadev)
HADOOP-7567. 'mvn eclipse:eclipse' fails for hadoop-alfredo (auth).
(Alejandro Abdelnur via tomwhite)
Release 0.22.0 - Unreleased
INCOMPATIBLE CHANGES