HADOOP-8018 Hudson auto test for HDFS has started throwing javadoc (Jon Eagles via bobby)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1240232 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Joseph Evans 2012-02-03 16:24:30 +00:00
parent 38ad4b5036
commit fdc47f7833
3 changed files with 4 additions and 2 deletions

View File

@ -83,6 +83,8 @@ Trunk (unreleased changes)
kerberos. (jitendra)
BUG FIXES
HADOOP-8018. Hudson auto test for HDFS has started throwing javadoc
(Jon Eagles via bobby)
HADOOP-8001 ChecksumFileSystem's rename doesn't correctly handle checksum
files. (Daryn Sharp via bobby)

View File

@ -662,7 +662,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.7</version>
<version>2.8.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>

View File

@ -187,7 +187,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.8</version>
<version>2.8.1</version>
<reportSets>
<reportSet>
<id>aggregate</id>