You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by to...@apache.org on 2011/08/25 00:28:54 UTC

svn commit: r1161304 - /hadoop/common/trunk/hadoop-alfredo/pom.xml

Author: tomwhite
Date: Wed Aug 24 22:28:54 2011
New Revision: 1161304

URL: http://svn.apache.org/viewvc?rev=1161304&view=rev
Log:
HADOOP-7567. 'mvn eclipse:eclipse' fails for hadoop-alfredo (auth). Contributed by Alejandro Abdelnur.

Modified:
    hadoop/common/trunk/hadoop-alfredo/pom.xml

Modified: hadoop/common/trunk/hadoop-alfredo/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-alfredo/pom.xml?rev=1161304&r1=1161303&r2=1161304&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-alfredo/pom.xml (original)
+++ hadoop/common/trunk/hadoop-alfredo/pom.xml Wed Aug 24 22:28:54 2011
@@ -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>