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:56:46 UTC

[tez] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/tez.git


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

commit 7d32807d858dad37bb31637eb04a80c8436f605a
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>
---
 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 b17604f..e0405b6 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>