[jOOQ/jOOQ#9099] Try using maven-javadoc-plugin 3.0.1 instead

There were still more problems while building the Javadoc for other
Maven modules (other than jooq-checker). Trying with
maven-javadoc-plugin version 3.0.1 now.
This commit is contained in:
Knut Wannheden 2019-08-30 12:44:13 +02:00
parent c01c944041
commit 841dfa7bd5
2 changed files with 2 additions and 11 deletions

View File

@ -41,16 +41,6 @@
</archive>
</configuration>
</plugin>
</plugins>
</build>

View File

@ -306,7 +306,8 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.1</version>
<!-- [#9099] later versions up to 3.1.1 don't appear to work (to be tested with 3.1.2) -->
<version>3.0.1</version>
<inherited>true</inherited>
<executions>
<execution>