Skip to content

Commit d7ca8a2

Browse files
committed
Remove javadoc.skip.jdk11 and -html4
1 parent ef82c47 commit d7ca8a2

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
@@ -2723,28 +2722,6 @@
27232722
</dependencies>
27242723
</dependencyManagement>
27252724
</profile>
2726-
<profile>
2727-
<id>jdk11</id>
2728-
<activation>
2729-
<jdk>[11,)</jdk>
2730-
</activation>
2731-
<build>
2732-
<plugins>
2733-
<plugin>
2734-
<groupId>org.apache.maven.plugins</groupId>
2735-
<artifactId>maven-javadoc-plugin</artifactId>
2736-
<configuration>
2737-
<skip>${javadoc.skip.jdk11}</skip>
2738-
<detectJavaApiLink>false</detectJavaApiLink>
2739-
<additionalOptions>
2740-
<!-- TODO: remove -html4 option to generate html5 docs when we stop supporting JDK8 -->
2741-
<additionalOption>-html4</additionalOption>
2742-
</additionalOptions>
2743-
</configuration>
2744-
</plugin>
2745-
</plugins>
2746-
</build>
2747-
</profile>
27482725
</profiles>
27492726

27502727
<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)