Skip to content

Commit 5be61c7

Browse files
committed
Remove javadoc.skip.jdk11 and -html4
1 parent 5a21ab0 commit 5be61c7

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

hadoop-project/pom.xml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@
158158

159159
<!-- define the Java language version used by the compiler -->
160160
<javac.version>1.8</javac.version>
161-
<javadoc.skip.jdk11>false</javadoc.skip.jdk11>
162161

163162
<!-- The java version enforced by the maven enforcer -->
164163
<!-- more complex patterns can be used here, such as
@@ -2729,28 +2728,6 @@
27292728
</dependencies>
27302729
</dependencyManagement>
27312730
</profile>
2732-
<profile>
2733-
<id>jdk11</id>
2734-
<activation>
2735-
<jdk>[11,)</jdk>
2736-
</activation>
2737-
<build>
2738-
<plugins>
2739-
<plugin>
2740-
<groupId>org.apache.maven.plugins</groupId>
2741-
<artifactId>maven-javadoc-plugin</artifactId>
2742-
<configuration>
2743-
<skip>${javadoc.skip.jdk11}</skip>
2744-
<detectJavaApiLink>false</detectJavaApiLink>
2745-
<additionalOptions>
2746-
<!-- TODO: remove -html4 option to generate html5 docs when we stop supporting JDK8 -->
2747-
<additionalOption>-html4</additionalOption>
2748-
</additionalOptions>
2749-
</configuration>
2750-
</plugin>
2751-
</plugins>
2752-
</build>
2753-
</profile>
27542731
</profiles>
27552732

27562733
<repositories>

hadoop-tools/hadoop-aws/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
<file.encoding>UTF-8</file.encoding>
3636
<downloadSources>true</downloadSources>
3737
<hadoop.tmp.dir>${project.build.directory}/test</hadoop.tmp.dir>
38-
<javadoc.skip.jdk11>true</javadoc.skip.jdk11>
3938

4039
<!-- are scale tests enabled ? -->
4140
<fs.s3a.scale.test.enabled>unset</fs.s3a.scale.test.enabled>

0 commit comments

Comments
 (0)