Remove javadoc/html4 optin 79/102779/3
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 20 Oct 2022 08:55:16 +0000 (10:55 +0200)
committerRobert Varga <nite@hq.sk>
Fri, 21 Oct 2022 12:43:39 +0000 (12:43 +0000)
All downstream users have been migrated and we require Java 17 these
days, remove the opt-in configuration.

Change-Id: I9294af36258f1a62c3e33ecaa5781c45b5888405
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
odlparent-lite/pom.xml

index ff4fc161f2e7248752c7cc56a3f8e532dbd8e2d6..5449abeda3edc78bdf6fa7bc1e12259478c89ec8 100644 (file)
       </build>
     </profile>
 
-    <profile>
-      <!-- On JDK9-and-later specify html4 javadoc, if requested-->
-      <id>jdk9-javadoc</id>
-      <activation>
-        <jdk>[9,)</jdk>
-        <file>
-          <exists>odl-javadoc-html5-optout</exists>
-        </file>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <artifactId>maven-javadoc-plugin</artifactId>
-            <configuration combine.children="append">
-              <additionalOptions>
-                <additionalOption>-html4</additionalOption>
-              </additionalOptions>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-
     <profile>
       <!-- Disable plugins which are not useful for sonar -->
       <id>sonar-only</id>