Skip to content

Commit d2533d7

Browse files
committed
Hiding Javadoc unnecessary warnings.
1 parent d14a9aa commit d2533d7

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

client-java/pom.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
<build>
6767
<!--
6868
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,
69+
This requires creating jars for sources and Javadocs.
70+
As the Javadocs build might fail, we force its creation at each build
7171
so that any issue can be fixed as soon as it is introduced.
7272
-->
7373
<plugins>
@@ -91,6 +91,9 @@
9191
<version>3.1.1</version>
9292
<configuration>
9393
<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>
9497
</configuration>
9598
<executions>
9699
<execution>

0 commit comments

Comments
 (0)