Skip to content

Commit

Permalink
Fixed javadoc plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev committed Dec 29, 2021
1 parent 39abdfd commit a575b20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions pom-central.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
<configuration>
<failOnError>false</failOnError>
<useStandardDocletOptions>true</useStandardDocletOptions>
<show>private</show>
</configuration>
</plugin>
<plugin>
Expand Down
5 changes: 5 additions & 0 deletions pom-pack.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,11 @@
</goals>
</execution>
</executions>
<configuration>
<failOnError>false</failOnError>
<useStandardDocletOptions>true</useStandardDocletOptions>
<show>private</show>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit a575b20

Please sign in to comment.