Fix javadoc compatibility
[mdsal.git] / docs / pom.xml
index 09e808d47c4cefc20c703a73db3de09317bd6990..ea75978fc31c93b0b028129647e647148e3ba21a 100644 (file)
                 </executions>
                 <!-- FIXME: remove this section once we can activate javadoc-links profile -->
                 <configuration combine.children="append">
+                    <!-- byte-buddy's sources fail with JDK17 -->
+                    <doclint>-html</doclint>
+
                     <links>
                         <link>https://junit.org/junit4/javadoc/4.13/</link>
                         <link>http://hamcrest.org/JavaHamcrest/javadoc/2.2/</link>