diff --git a/pom.xml b/pom.xml index bca2e41958ba..c9f74cde8b03 100644 --- a/pom.xml +++ b/pom.xml @@ -782,7 +782,12 @@ comes in via hbase-thirdparty hbase-shaded-netty--> 3.10.5.Final - 0.5.0 + 0.13.0 + + 0.13.0 1.11.0 2.8.1 1.13 @@ -933,8 +938,7 @@ this parameter by invoking mvn with -Dbuild.id=$BUILD_ID--> ${maven.build.timestamp} bash - + none @@ -1767,8 +1771,6 @@ org.apache.maven.plugins maven-compiler-plugin - ${compileSource} - ${compileSource} true false false @@ -3010,7 +3012,7 @@ org.apache.yetus audience-annotations - ${audience-annotations.version} + ${javadoc.audience-annotations.version} true apidocs @@ -3067,7 +3069,7 @@ org.apache.yetus audience-annotations - ${audience-annotations.version} + ${javadoc.audience-annotations.version} true testapidocs @@ -3157,18 +3159,17 @@ build-with-jdk8 - [1.8,) + 1.8 - - - - - + + ${compileSource} + ${compileSource} + build-with-jdk11 - [1.11,) + [11,) ${releaseTarget} @@ -3188,7 +3189,37 @@ TODO: replicate logic for windows --> 2200m + + 0.14.1 + + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${maven.javadoc.version} + + ${compileSource} + + --ignore-source-errors + + -J-Xmx2G + -J--add-exports + -Jjdk.javadoc/jdk.javadoc.internal.tool=ALL-UNNAMED + + + + + +