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 ma...@apache.org on 2011/08/23 00:24:00 UTC

svn commit: r1160473 - /hadoop/common/trunk/hadoop-project-dist/pom.xml

Author: mahadev
Date: Mon Aug 22 22:24:00 2011
New Revision: 1160473

URL: http://svn.apache.org/viewvc?rev=1160473&view=rev
Log:
HADOOP-7566. MR tests are failing webapps/hdfs not found in CLASSPATH.  (Alejandro Abdelnur via mahadev)

Modified:
    hadoop/common/trunk/hadoop-project-dist/pom.xml

Modified: hadoop/common/trunk/hadoop-project-dist/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-project-dist/pom.xml?rev=1160473&r1=1160472&r2=1160473&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-project-dist/pom.xml (original)
+++ hadoop/common/trunk/hadoop-project-dist/pom.xml Mon Aug 22 22:24:00 2011
@@ -69,6 +69,7 @@
             <configuration>
               <includes>
                 <include>**/*.class</include>
+                <include>webapps/**</include>
               </includes>
             </configuration>
           </execution>