HADOOP-17394. [JDK 11] Fix error in mvn package -Pdocs (#2488)

Reviewed-by: Takanobu Asanuma <tasanuma@apache.org>
This commit is contained in:
Akira Ajisaka 2020-11-26 11:31:37 +09:00
parent 65002c9486
commit 2ce2198287
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
5 changed files with 5 additions and 5 deletions

View File

@ -257,7 +257,7 @@
<execution>
<phase>package</phase>
<goals>
<goal>javadoc</goal>
<goal>javadoc-no-fork</goal>
</goals>
</execution>
</executions>

View File

@ -273,7 +273,7 @@
<executions>
<execution>
<goals>
<goal>javadoc</goal>
<goal>javadoc-no-fork</goal>
</goals>
<phase>site</phase>
<configuration>

View File

@ -206,7 +206,7 @@
<executions>
<execution>
<goals>
<goal>javadoc</goal>
<goal>javadoc-no-fork</goal>
</goals>
<phase>prepare-package</phase>
</execution>

View File

@ -157,7 +157,7 @@
<executions>
<execution>
<goals>
<goal>javadoc</goal>
<goal>javadoc-no-fork</goal>
</goals>
<phase>prepare-package</phase>
</execution>

View File

@ -128,7 +128,7 @@
<executions>
<execution>
<goals>
<goal>javadoc</goal>
<goal>javadoc-no-fork</goal>
</goals>
<phase>prepare-package</phase>
</execution>