Skip to content

Commit

Permalink
Remove unnecessary javadoc option
Browse files Browse the repository at this point in the history
(cherry picked from commit 8f6cde0)
  • Loading branch information
acogoluegnes committed Jun 1, 2022
1 parent 802301a commit 4654d43
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,20 +181,6 @@
</properties>
</profile>

<profile>
<!--
We need this option in Java 11+ to avoid an
extra 'undefined' segment in the URL
-->
<id>javadoc-no-module-dir-java-11</id>
<activation>
<jdk>[11,)</jdk>
</activation>
<properties>
<javadoc.joption>--no-module-directories</javadoc.joption>
</properties>
</profile>

<profile>
<!--
To ease testing of the Java client, this POM can setup a RabbitMQ
Expand Down

0 comments on commit 4654d43

Please sign in to comment.