Skip to content

Commit

Permalink
disable javadoc lint
Browse files Browse the repository at this point in the history
  • Loading branch information
liyue2008 committed Jan 8, 2020
1 parent 7c487df commit 8671ccb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -785,15 +785,15 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven-javadoc-plugin.version}</version>
<configuration>
<doclint>none</doclint>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<doclint>none</doclint>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 8671ccb

Please sign in to comment.