Enable HTML linting 07/103407/2
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 26 Nov 2022 09:01:17 +0000 (10:01 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 26 Nov 2022 09:19:30 +0000 (10:19 +0100)
We require JDK17, hence we can properly lint HTML.

Change-Id: Ie845b23530f96f5ab3ee3eacae42734b0f754281
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-api/pom.xml
dom/mdsal-dom-api/pom.xml

index c9a98df00ca4452b2258431d1e69bdc6b6bf4ca6..3ceb2ef8403a2312bcbb56b110ea13ccff51b328 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>
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>