We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f24caf5 commit 8a56c91Copy full SHA for 8a56c91
1 file changed
pom.xml
@@ -335,7 +335,11 @@
335
<artifactId>maven-javadoc-plugin</artifactId>
336
<version>3.1.1</version>
337
<configuration>
338
- <aggregate>true</aggregate>
+ <show>private</show>
339
+ <nohelp>true</nohelp>
340
+ <additionalOptions>
341
+ <additionalOption>-Xdoclint:none</additionalOption>
342
+ </additionalOptions>
343
</configuration>
344
<executions>
345
<execution>
0 commit comments