You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ga...@apache.org on 2019/02/02 18:10:37 UTC

[jclouds] branch master updated: Disable Javadoc lint

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 338f052  Disable Javadoc lint
338f052 is described below

commit 338f052579e3326fd25d71fd2493e08df460d808
Author: Andrew Gaul <ga...@apache.org>
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 e152285..6a4c6c3 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -1120,6 +1120,7 @@
             <links>
               <link>http://download.oracle.com/javase/6/docs/api/</link>
             </links>
+            <additionalJOption>-Xdoclint:none</additionalJOption>
           </configuration>
         </plugin>
       </plugins>