Skip to content

Commit 8400fcb

Browse files
committed
Suppress warnings from missing javadoc
1 parent 3886c66 commit 8400fcb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@
131131
<groupId>org.apache.maven.plugins</groupId>
132132
<artifactId>maven-javadoc-plugin</artifactId>
133133
<version>3.6.3</version>
134+
<configuration>
135+
<doclint>-missing</doclint>
136+
</configuration>
134137
<executions>
135138
<execution>
136139
<goals>

0 commit comments

Comments
 (0)