MAPREDUCE-4091. tools testcases failing because of MAPREDUCE-4082 (tucu)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1307623 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Alejandro Abdelnur 2012-03-30 21:30:11 +00:00
parent a8cbf19548
commit c4c7ee5b8c
2 changed files with 8 additions and 1 deletions

View File

@ -190,6 +190,8 @@ Release 2.0.0 - UNRELEASED
MAPREDUCE-3916. various issues with running yarn proxyserver (devaraj via tucu) MAPREDUCE-3916. various issues with running yarn proxyserver (devaraj via tucu)
MAPREDUCE-4091. tools testcases failing because of MAPREDUCE-4082 (tucu)
Release 0.23.2 - UNRELEASED Release 0.23.2 - UNRELEASED
INCOMPATIBLE CHANGES INCOMPATIBLE CHANGES

View File

@ -86,6 +86,11 @@
<phase>test-compile</phase> <phase>test-compile</phase>
</execution> </execution>
</executions> </executions>
<configuration>
<excludes>
<exclude>mrapp-generated-classpath</exclude>
</excludes>
</configuration>
</plugin> </plugin>
<plugin> <plugin>
<artifactId>maven-dependency-plugin</artifactId> <artifactId>maven-dependency-plugin</artifactId>
@ -97,7 +102,7 @@
<goal>build-classpath</goal> <goal>build-classpath</goal>
</goals> </goals>
<configuration> <configuration>
<outputFile>target/test-classes/mrapp-generated-classpath</outputFile> <outputFile>target/classes/mrapp-generated-classpath</outputFile>
</configuration> </configuration>
</execution> </execution>
</executions> </executions>