This is an automated email from the ASF dual-hosted git repository.
elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-ftpserver.git
The following commit(s) were added to refs/heads/master by this push:
new d7fdad2 Fixed the javadoc failures
d7fdad2 is described below
commit d7fdad2429cf7b2ae433e10fa7df3b7961fe3704
Author: emmanuel lecharny <[email protected]>
AuthorDate: Tue Dec 21 04:14:30 2021 +0100
Fixed the javadoc failures
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 26c3e7f..00e282c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -156,7 +156,7 @@
<project.build.outputTimestamp>${maven.build.timestamp}</project.build.outputTimestamp>
<!-- Disable the JAVA 8 Javadoc Lint -->
- <additionalparam>-Xdoclint:none</additionalparam>
+ <doclint>none</doclint>
<!-- Set versions for depending jars -->
<commons.codec.version>1.15</commons.codec.version>