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/trunk@1292483 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
267bebeab0
commit
b69e4d9173
|
@ -178,6 +178,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)
|
||||
|
|
|
@ -448,7 +448,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