File tree Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Original file line number Diff line number Diff line change 158
158
159
159
<!-- define the Java language version used by the compiler -->
160
160
<javac .version>1.8</javac .version>
161
- <javadoc .skip.jdk11>false</javadoc .skip.jdk11>
162
161
163
162
<!-- The java version enforced by the maven enforcer -->
164
163
<!-- more complex patterns can be used here, such as
2729
2728
</dependencies >
2730
2729
</dependencyManagement >
2731
2730
</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 >
2754
2731
</profiles >
2755
2732
2756
2733
<repositories >
Original file line number Diff line number Diff line change 35
35
<file .encoding>UTF-8</file .encoding>
36
36
<downloadSources >true</downloadSources >
37
37
<hadoop .tmp.dir>${project.build.directory} /test</hadoop .tmp.dir>
38
- <javadoc .skip.jdk11>true</javadoc .skip.jdk11>
39
38
40
39
<!-- are scale tests enabled ? -->
41
40
<fs .s3a.scale.test.enabled>unset</fs .s3a.scale.test.enabled>
You can’t perform that action at this time.
0 commit comments