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

gaul pushed a commit to branch 2.1.x
in repository https://gitbox.apache.org/repos/asf/jclouds.git


The following commit(s) were added to refs/heads/2.1.x by this push:
     new 4ec3ece  Disable Javadoc lint
4ec3ece is described below

commit 4ec3ece8f8bd6734b61a412aade65e984dc4e554
Author: Andrew Gaul <[email protected]>
AuthorDate: Sat Feb 2 10:08:41 2019 -0800

    Disable Javadoc lint
    
    mvn site running on Java 8 complains about thousands of missing
    @return tags among other things.
---
 project/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/project/pom.xml b/project/pom.xml
index f892720..9278f05 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -1119,6 +1119,7 @@
             <links>
               <link>http://download.oracle.com/javase/6/docs/api/</link>
             </links>
+            <additionalJOption>-Xdoclint:none</additionalJOption>
           </configuration>
         </plugin>
       </plugins>

Reply via email to