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:
parent
257e9440ed
commit
482f11a578
|
@ -198,6 +198,8 @@ Release 0.23.2 - UNRELEASED
|
||||||
|
|
||||||
HADOOP-8066 The full docs build intermittently fails (abayer via tucu)
|
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
|
Release 0.23.1 - 2012-02-08
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -932,6 +932,9 @@
|
||||||
<goals>
|
<goals>
|
||||||
<goal>jar</goal>
|
<goal>jar</goal>
|
||||||
</goals>
|
</goals>
|
||||||
|
<configuration>
|
||||||
|
<destDir>${project.build.directory}</destDir>
|
||||||
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in New Issue