You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2020/08/26 17:53:54 UTC

[myfaces-tobago] branch tobago-4.x updated: Fix JavaDoc generation

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

lofwyr pushed a commit to branch tobago-4.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-4.x by this push:
     new deeaedf  Fix JavaDoc generation
deeaedf is described below

commit deeaedf3ec4746bda9bf4331ef74132ff6613173
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Wed Aug 26 18:01:59 2020 +0200

    Fix JavaDoc generation
    
    (hint from https://bugs.openjdk.java.net/browse/JDK-8212233)
    
    (cherry picked from commit 338d3e60e37c65b0b0a31ec2e49b19fb6d8dabe9)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 89854a7..d825758 100644
--- a/pom.xml
+++ b/pom.xml
@@ -848,6 +848,7 @@
           <artifactId>maven-javadoc-plugin</artifactId>
           <version>2.10.4</version>
           <configuration>
+            <source>${maven.compile.source}</source>
             <!-- switched off check in Java 8 -->
             <additionalparam>
                 -Xdoclint:accessibility