Revert "[JDK 11] Fix error in mvn package -Pdocs (#2488)" because JIRA ID is missing.

This reverts commit ce5b3d7975.
This commit is contained in:
Akira Ajisaka 2020-11-26 11:30:53 +09:00
parent ce5b3d7975
commit 65002c9486
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-no-fork</goal>
<goal>javadoc</goal>
</goals>
</execution>
</executions>

View File

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

View File

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

View File

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

View File

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