Skip to content

Commit

Permalink
HBASE-22033 Update to maven-javadoc-plugin 3.2.0 and switch to non-fo…
Browse files Browse the repository at this point in the history
…rking 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>
  • Loading branch information
busbey committed May 29, 2020
1 parent f0d6627 commit 06949ff
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -3736,7 +3742,7 @@
<reportSet>
<id>devapi</id>
<reports>
<report>aggregate</report>
<report>aggregate-no-fork</report>
</reports>
<configuration>
<destDir>devapidocs</destDir>
Expand Down Expand Up @@ -3785,7 +3791,7 @@
<reportSet>
<id>testdevapi</id>
<reports>
<report>test-aggregate</report>
<report>test-aggregate-no-fork</report>
</reports>
<configuration>
<destDir>testdevapidocs</destDir>
Expand Down Expand Up @@ -3836,7 +3842,7 @@
<reportSet>
<id>userapi</id>
<reports>
<report>aggregate</report>
<report>aggregate-no-fork</report>
</reports>
<configuration>
<doclet>
Expand Down Expand Up @@ -3896,7 +3902,7 @@
<reportSet>
<id>testuserapi</id>
<reports>
<report>test-aggregate</report>
<report>test-aggregate-no-fork</report>
</reports>
<configuration>
<doclet>
Expand Down

0 comments on commit 06949ff

Please sign in to comment.