We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 802301a commit 4654d43Copy full SHA for 4654d43
pom.xml
@@ -181,20 +181,6 @@
181
</properties>
182
</profile>
183
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
-
198
<profile>
199
<!--
200
To ease testing of the Java client, this POM can setup a RabbitMQ
0 commit comments