Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions client-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
<build>
<!--
When we make a release, the client-java must be published on Maven Central.
This requires to create jars for sources and javadocs.
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
so that any issue can be fixed as soon as it is introduced.
-->
<plugins>
Expand All @@ -91,6 +91,9 @@
<version>3.1.1</version>
<configuration>
<source>8</source>
<!-- Reducing Javadoc noise, this only leaves the missing Javadoc warnings
and avoids unnecessary warnings about output to HTML -->
<quiet>true</quiet>
</configuration>
<executions>
<execution>
Expand Down