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 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
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 >
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments