We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39abdfd commit a575b20Copy full SHA for a575b20
pom-central.xml
@@ -104,6 +104,7 @@
104
<configuration>
105
<failOnError>false</failOnError>
106
<useStandardDocletOptions>true</useStandardDocletOptions>
107
+ <show>private</show>
108
</configuration>
109
</plugin>
110
<plugin>
pom-pack.xml
@@ -151,6 +151,11 @@
151
</goals>
152
</execution>
153
</executions>
154
+ <configuration>
155
+ <failOnError>false</failOnError>
156
+ <useStandardDocletOptions>true</useStandardDocletOptions>
157
158
+ </configuration>
159
160
161
<groupId>org.apache.maven.plugins</groupId>
0 commit comments