You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by je...@apache.org on 2021/02/14 04:57:24 UTC

[tez] branch branch-0.9 updated: TEZ-4025. javadoc compilation is broken in jdk11 (review by Bodor Laszlo)

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

jeagles pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/tez.git


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new 7a69cc2  TEZ-4025. javadoc compilation is broken in jdk11 (review by Bodor Laszlo)
7a69cc2 is described below

commit 7a69cc22bfc4f6a67342269fdd083b3138b16805
Author: Jonathan Eagles <je...@apache.org>
AuthorDate: Sat Feb 13 22:56:28 2021 -0600

    TEZ-4025. javadoc compilation is broken in jdk11 (review by Bodor Laszlo)
    
    Signed-off-by: Jonathan Eagles <je...@apache.org>
    (cherry picked from commit 7d32807d858dad37bb31637eb04a80c8436f605a)
---
 tez-tools/tez-javadoc-tools/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tez-tools/tez-javadoc-tools/pom.xml b/tez-tools/tez-javadoc-tools/pom.xml
index 56f390b..d8d73ba 100644
--- a/tez-tools/tez-javadoc-tools/pom.xml
+++ b/tez-tools/tez-javadoc-tools/pom.xml
@@ -94,6 +94,12 @@
           <skip>true</skip>
         </configuration>
       </plugin>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <excludePackageNames>org.apache.tez.tools.javadoc.doclet</excludePackageNames>
+        </configuration>
+      </plugin>
     </plugins>
   </build>