hadoop-mapreduce-client-app's mrapp-generated-classpath file should not be in the module JAR (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1307124 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9b588ed924
commit
57e175fddf
@ -185,6 +185,9 @@ Release 2.0.0 - UNRELEASED
|
||||
MAPREDUCE-4081. TestMROutputFormat.java does not compile (Jason Lowe via
|
||||
bobby)
|
||||
|
||||
MAPREDUCE-4082. hadoop-mapreduce-client-app's mrapp-generated-classpath
|
||||
file should not be in the module JAR (tucu)
|
||||
|
||||
Release 0.23.2 - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
@ -97,7 +97,7 @@
|
||||
<goal>build-classpath</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<outputFile>target/classes/mrapp-generated-classpath</outputFile>
|
||||
<outputFile>target/test-classes/mrapp-generated-classpath</outputFile>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
|
Loading…
Reference in New Issue
Block a user