HDFS-2640. Javadoc generation hangs.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1215354 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas White 2011-12-17 00:09:04 +00:00
parent feb3a23c71
commit 9b7617a909
2 changed files with 9 additions and 0 deletions

View File

@ -265,6 +265,8 @@ Release 0.23.1 - UNRELEASED
HDFS-2649. eclipse:eclipse build fails for hadoop-hdfs-httpfs. HDFS-2649. eclipse:eclipse build fails for hadoop-hdfs-httpfs.
(Jason Lowe via eli) (Jason Lowe via eli)
HDFS-2640. Javadoc generation hangs. (tomwhite)
Release 0.23.0 - 2011-11-01 Release 0.23.0 - 2011-11-01
INCOMPATIBLE CHANGES INCOMPATIBLE CHANGES

View File

@ -320,6 +320,13 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<excludePackageNames>org.apache.hadoop.hdfs.protocol.proto</excludePackageNames>
</configuration>
</plugin>
<plugin> <plugin>
<groupId>org.apache.rat</groupId> <groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId> <artifactId>apache-rat-plugin</artifactId>