[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:
parent
c01c944041
commit
841dfa7bd5
@ -41,16 +41,6 @@
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
||||
3
pom.xml
3
pom.xml
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user