Author: tjungblut
Date: Wed Feb 22 09:12:23 2012
New Revision: 1292205
URL: http://svn.apache.org/viewvc?rev=1292205&view=rev
Log:
Fix YARN build
Modified:
incubator/hama/trunk/pom.xml
Modified: incubator/hama/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/hama/trunk/pom.xml?rev=1292205&r1=1292204&r2=1292205&view=diff
==============================================================================
--- incubator/hama/trunk/pom.xml (original)
+++ incubator/hama/trunk/pom.xml Wed Feb 22 09:12:23 2012
@@ -302,6 +302,7 @@
<exclude>conf/groomservers</exclude>
<exclude>src/site/resources/files/hama-eclipse-formatter.xml</exclude>
<exclude>**/src/test/resources/*.properties</exclude>
+ <exclude>**dependency-reduced-pom.xml</exclude>
</excludes>
</configuration>
</plugin>