HBASE-22033 Update to maven-javadoc-plugin 3.2.0 and switch to non-forking aggregate goals

closes #1796

Signed-off-by: Viraj Jasani <vjasani@apache.org>
Signed-off-by: Michael Stack <stack@apache.org>
Signed-off-by: Jan Hentschel <janh@apache.org>
This commit is contained in:
Sean Busbey 2019-03-16 15:02:22 -05:00
parent f0d66273cd
commit 06949ff6a6
No known key found for this signature in database
GPG Key ID: A926FD051016402D
1 changed files with 10 additions and 4 deletions

14
pom.xml
View File

@ -721,6 +721,11 @@
<compilerArgument>-Xlint:-options</compilerArgument>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven.javadoc.version}</version>
</plugin>
<!-- Test oriented plugins -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@ -1591,6 +1596,7 @@
<maven.bundle.version>3.3.0</maven.bundle.version>
<maven.checkstyle.version>3.1.0</maven.checkstyle.version>
<maven.eclipse.version>2.10</maven.eclipse.version>
<maven.javadoc.version>3.2.0</maven.javadoc.version>
<maven.warbucks.version>1.1.0</maven.warbucks.version>
<maven.project.info.report.version>2.9</maven.project.info.report.version>
<os.maven.version>1.5.0.Final</os.maven.version>
@ -3736,7 +3742,7 @@
<reportSet>
<id>devapi</id>
<reports>
<report>aggregate</report>
<report>aggregate-no-fork</report>
</reports>
<configuration>
<destDir>devapidocs</destDir>
@ -3785,7 +3791,7 @@
<reportSet>
<id>testdevapi</id>
<reports>
<report>test-aggregate</report>
<report>test-aggregate-no-fork</report>
</reports>
<configuration>
<destDir>testdevapidocs</destDir>
@ -3836,7 +3842,7 @@
<reportSet>
<id>userapi</id>
<reports>
<report>aggregate</report>
<report>aggregate-no-fork</report>
</reports>
<configuration>
<doclet>
@ -3896,7 +3902,7 @@
<reportSet>
<id>testuserapi</id>
<reports>
<report>test-aggregate</report>
<report>test-aggregate-no-fork</report>
</reports>
<configuration>
<doclet>