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
|
||||
|
||||
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
|
||||
it back into HDFS, the put fails due to a CRC mismatch
|
||||
(Daryn Sharp via bobby)
|
||||
|
|
|
@ -454,7 +454,7 @@
|
|||
</execution>
|
||||
<execution>
|
||||
<id>add-test-source</id>
|
||||
<phase>generate-test-sources</phase>
|
||||
<phase>generate-sources</phase>
|
||||
<goals>
|
||||
<goal>add-test-source</goal>
|
||||
</goals>
|
||||
|
|
Loading…
Reference in New Issue