[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:27:30 +09:00 committed by GitHub
parent 235947e282
commit ce5b3d7975
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>