Skip to content

Commit a575b20

Browse files
committed
Fixed javadoc plugin.
1 parent 39abdfd commit a575b20

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

pom-central.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
<configuration>
105105
<failOnError>false</failOnError>
106106
<useStandardDocletOptions>true</useStandardDocletOptions>
107+
<show>private</show>
107108
</configuration>
108109
</plugin>
109110
<plugin>

pom-pack.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,11 @@
151151
</goals>
152152
</execution>
153153
</executions>
154+
<configuration>
155+
<failOnError>false</failOnError>
156+
<useStandardDocletOptions>true</useStandardDocletOptions>
157+
<show>private</show>
158+
</configuration>
154159
</plugin>
155160
<plugin>
156161
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)