svn merge -c 1292483 from trunk to branch-0.23 FIXES HADOOP-7660 Maven generated .classpath doesnot includes "target/generated-test-source/java" as source directory. (Laxman via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1292485 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
05ea57177b
commit
c66a26dd8b
|
@ -23,6 +23,10 @@ Release 0.23.2 - UNRELEASED
|
||||||
|
|
||||||
BUG FIXES
|
BUG FIXES
|
||||||
|
|
||||||
|
HADOOP-7660. Maven generated .classpath doesnot includes
|
||||||
|
"target/generated-test-source/java" as source directory.
|
||||||
|
(Laxman via bobby)
|
||||||
|
|
||||||
HADOOP-8042 When copying a file out of HDFS, modifying it, and uploading
|
HADOOP-8042 When copying a file out of HDFS, modifying it, and uploading
|
||||||
it back into HDFS, the put fails due to a CRC mismatch
|
it back into HDFS, the put fails due to a CRC mismatch
|
||||||
(Daryn Sharp via bobby)
|
(Daryn Sharp via bobby)
|
||||||
|
|
|
@ -454,7 +454,7 @@
|
||||||
</execution>
|
</execution>
|
||||||
<execution>
|
<execution>
|
||||||
<id>add-test-source</id>
|
<id>add-test-source</id>
|
||||||
<phase>generate-test-sources</phase>
|
<phase>generate-sources</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>add-test-source</goal>
|
<goal>add-test-source</goal>
|
||||||
</goals>
|
</goals>
|
||||||
|
|
Loading…
Reference in New Issue