Skip to content

Commit 41cd366

Browse files
committed
Remove unnecessary Javadoc option
1 parent 7fee9a8 commit 41cd366

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -540,19 +540,6 @@
540540
</build>
541541

542542
<profiles>
543-
<profile>
544-
<!--
545-
We need this option in Java 11+ to avoid an
546-
extra 'undefined' segment in the URL
547-
-->
548-
<id>javadoc-no-module-dir-java-11</id>
549-
<activation>
550-
<jdk>[11,)</jdk>
551-
</activation>
552-
<properties>
553-
<javadoc.joption>--no-module-directories</javadoc.joption>
554-
</properties>
555-
</profile>
556543
<profile>
557544
<id>performance-tool</id>
558545
<dependencies>

0 commit comments

Comments
 (0)