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