You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2021/05/26 06:59:07 UTC

[syncope] branch master updated: Fixing javadoc generation

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

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new 3fe8f65  Fixing javadoc generation
3fe8f65 is described below

commit 3fe8f6521a6bf910a54b346168071296f4641463
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed May 26 08:58:53 2021 +0200

    Fixing javadoc generation
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index d1a096b..e3c0089 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2187,6 +2187,9 @@ under the License.
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
           <version>3.3.0</version>
+          <configuration>
+            <source>${targetJdk}</source>
+          </configuration>
         </plugin>
 
         <plugin>
@@ -2709,6 +2712,7 @@ under the License.
         <artifactId>maven-javadoc-plugin</artifactId>
         <version>3.3.0</version>
         <configuration>
+          <source>${targetJdk}</source>
           <destDir>apidocs/3.0</destDir>
           <isOffline>false</isOffline>
           <detectLinks>true</detectLinks>