[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> <execution>
<phase>package</phase> <phase>package</phase>
<goals> <goals>
<goal>javadoc</goal> <goal>javadoc-no-fork</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>

View File

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

View File

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

View File

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

View File

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