HADOOP-8083 javadoc generation for some modules is not done under target/ (tucu)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1245321 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Alejandro Abdelnur 2012-02-17 05:50:11 +00:00
parent 257e9440ed
commit 482f11a578
2 changed files with 5 additions and 0 deletions

View File

@ -198,6 +198,8 @@ Release 0.23.2 - UNRELEASED
HADOOP-8066 The full docs build intermittently fails (abayer via tucu)
HADOOP-8083 javadoc generation for some modules is not done under target/ (tucu)
Release 0.23.1 - 2012-02-08
INCOMPATIBLE CHANGES

View File

@ -932,6 +932,9 @@
<goals>
<goal>jar</goal>
</goals>
<configuration>
<destDir>${project.build.directory}</destDir>
</configuration>
</execution>
</executions>
</plugin>