Skip to content

Commit 8a56c91

Browse files
committed
修改javadoc插件参数
1 parent f24caf5 commit 8a56c91

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,11 @@
335335
<artifactId>maven-javadoc-plugin</artifactId>
336336
<version>3.1.1</version>
337337
<configuration>
338-
<aggregate>true</aggregate>
338+
<show>private</show>
339+
<nohelp>true</nohelp>
340+
<additionalOptions>
341+
<additionalOption>-Xdoclint:none</additionalOption>
342+
</additionalOptions>
339343
</configuration>
340344
<executions>
341345
<execution>

0 commit comments

Comments
 (0)