Skip to content

Commit 8b2621b

Browse files
authored
Add the <configuration> to fix the javadoc problem (#259)
1 parent 6b626f3 commit 8b2621b

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
@@ -76,6 +76,9 @@
7676
<plugin>
7777
<groupId>org.apache.maven.plugins</groupId>
7878
<artifactId>maven-javadoc-plugin</artifactId>
79+
<configuration>
80+
<doclint>none</doclint>
81+
</configuration>
7982
<executions>
8083
<execution>
8184
<phase>package</phase>

0 commit comments

Comments
 (0)