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

elecharny pushed a commit to branch 1.2.X
in repository https://gitbox.apache.org/repos/asf/mina-ftpserver.git


The following commit(s) were added to refs/heads/1.2.X by this push:
     new 7bd7bda  Added the source definition in maven-javadoc-plugin to pass 
with Java 8
7bd7bda is described below

commit 7bd7bda997faf70586ebdbb0bc6c68d705835509
Author: emmanuel lecharny <elecha...@apache.org>
AuthorDate: Tue Mar 8 00:30:35 2022 +0100

    Added the source definition in maven-javadoc-plugin to pass with Java 8
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index d13e2ea..ea950b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -180,6 +180,9 @@
     <maven.compile.source>1.8</maven.compile.source>
     <maven.compile.target>1.8</maven.compile.target>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+
+    <!-- Maven plugin version -->
+    <maven-javadoc-plugin-version>3.3.2</maven-javadoc-plugin-version>
   </properties>
 
   <dependencyManagement>
@@ -337,6 +340,10 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
+          <version>${maven-javadoc-plugin-version}</version>
+          <configuration>
+            <source>${maven.compile.source}</source>
+          </configuration>
         </plugin>
 
         <plugin>

Reply via email to