We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c06e04b + a2db9d1 commit adaee3bCopy full SHA for adaee3b
pom.xml
@@ -109,6 +109,7 @@
109
<maven.javadoc.plugin.quiet>true</maven.javadoc.plugin.quiet>
110
<maven.compiler.showDeprecation>false</maven.compiler.showDeprecation>
111
<maven.compiler.showWarnings>false</maven.compiler.showWarnings>
112
+ <version.maven.javadoc.plugin>3.8.0</version.maven.javadoc.plugin>
113
</properties>
114
115
<modules>
@@ -131,6 +132,7 @@
131
132
<plugin>
133
<groupId>org.apache.maven.plugins</groupId>
134
<artifactId>maven-javadoc-plugin</artifactId>
135
+ <version>${version.maven.javadoc.plugin}</version>
136
<configuration>
137
<!--
138
The Javadoc comments contain a lot of warnings
0 commit comments