From ed36d1dbed593bfece3b8423e98602329678aaad Mon Sep 17 00:00:00 2001
From: benwa <btellier@linagora.com>
Date: Wed, 29 Apr 2015 12:05:09 +0200
Subject: [PATCH] JAMES-1563 solve javadoc generation on modern JDK

---
 pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d6101aa..2935413 100644
--- a/pom.xml
+++ b/pom.xml
@@ -738,7 +738,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-site-plugin</artifactId>
-                    <version>3.2</version>
+                    <version>3.4</version>
                     <executions>
                         <execution>
                             <id>attach-descriptor</id>
@@ -1030,6 +1030,10 @@
                         <plugin>
                             <groupId>org.apache.maven.plugins</groupId>
                             <artifactId>maven-javadoc-plugin</artifactId>
+                            <!-- See https://issues.apache.org/jira/browse/JAMES-1573 -->
+                            <configuration>
+                                <additionalparam>-Xdoclint:none</additionalparam>
+                            </configuration>
                             <reportSets>
                                 <reportSet>
                                     <reports>
-- 
2.3.7

