Enable HTML linting
[mdsal.git] / dom / mdsal-dom-api / pom.xml
index 047931a09eb183595362e3ab0ddac3b94f38e2c8..f305b0b6c81d15a5b9c5298b547e184872bd8d13 100644 (file)
         </dependency>
     </dependencies>
 
-    <!-- FIXME: remove this section once we require JDK17+ -->
-    <build>
-        <plugins>
-            <plugin>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <configuration combine.children="append">
-                    <doclint>-html</doclint>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
     <scm>
         <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>