You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2020/10/08 04:45:00 UTC

[hbase] branch branch-2 updated: HBASE-23959 Fix javadoc for JDK11 (#2500)

This is an automated email from the ASF dual-hosted git repository.

stack pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2 by this push:
     new ee5988a  HBASE-23959 Fix javadoc for JDK11 (#2500)
ee5988a is described below

commit ee5988a98321f9fef30f03378be11d1fd31b8c58
Author: Semen Komissarov <se...@gmail.com>
AuthorDate: Thu Oct 8 07:42:35 2020 +0300

    HBASE-23959 Fix javadoc for JDK11 (#2500)
    
    Signed-off-by: Jan Hentschel <ja...@ultratendency.com>
    Signed-off-by: stack <st...@apache.org>
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 707194b..67f7397 100755
--- a/pom.xml
+++ b/pom.xml
@@ -563,6 +563,9 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
           <version>${maven.javadoc.version}</version>
+          <configuration>
+            <source>${compileSource}</source>
+          </configuration>
         </plugin>
         <!-- Test oriented plugins -->
         <plugin>