Skip to content

Commit

Permalink
Add the <configuration> to fix the javadoc problem (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
realJackSun authored Jul 21, 2022
1 parent 6b626f3 commit 8b2621b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<doclint>none</doclint>
</configuration>
<executions>
<execution>
<phase>package</phase>
Expand Down

0 comments on commit 8b2621b

Please sign in to comment.