Skip to content

Commit 4654d43

Browse files
committed
Remove unnecessary javadoc option
(cherry picked from commit 8f6cde0)
1 parent 802301a commit 4654d43

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -181,20 +181,6 @@
181181
</properties>
182182
</profile>
183183

184-
<profile>
185-
<!--
186-
We need this option in Java 11+ to avoid an
187-
extra 'undefined' segment in the URL
188-
-->
189-
<id>javadoc-no-module-dir-java-11</id>
190-
<activation>
191-
<jdk>[11,)</jdk>
192-
</activation>
193-
<properties>
194-
<javadoc.joption>--no-module-directories</javadoc.joption>
195-
</properties>
196-
</profile>
197-
198184
<profile>
199185
<!--
200186
To ease testing of the Java client, this POM can setup a RabbitMQ

0 commit comments

Comments
 (0)