We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d14a9aa commit d2533d7Copy full SHA for d2533d7
1 file changed
client-java/pom.xml
@@ -66,8 +66,8 @@
66
<build>
67
<!--
68
When we make a release, the client-java must be published on Maven Central.
69
- This requires to create jars for sources and javadocs.
70
- As the javadocs build might fail, we force its creation at each build,
+ This requires creating jars for sources and Javadocs.
+ As the Javadocs build might fail, we force its creation at each build
71
so that any issue can be fixed as soon as it is introduced.
72
-->
73
<plugins>
@@ -91,6 +91,9 @@
91
<version>3.1.1</version>
92
<configuration>
93
<source>8</source>
94
+ <!-- Reducing Javadoc noise, this only leaves the missing Javadoc warnings
95
+ and avoids unnecessary warnings about output to HTML -->
96
+ <quiet>true</quiet>
97
</configuration>
98
<executions>
99
<execution>
0 commit comments