Skip to content

Commit

Permalink
fix javadoc plugin config
Browse files Browse the repository at this point in the history
  • Loading branch information
timmolter committed Oct 25, 2020
1 parent 0647dc9 commit 03b70c3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,11 +220,14 @@
<goals>
<goal>jar</goal>
</goals>
<configuration>
<doclint>none</doclint>
</configuration>
</execution>
</executions>
<configuration>
<quiet>true</quiet>
<skip>false</skip>
<doclint>none</doclint>
<source>6</source>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 03b70c3

Please sign in to comment.