You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2018/07/18 22:50:58 UTC

[isis] 02/05: ISIS-1810: disables doclint if building on JDK 8+

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

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

commit a9220531b9a9e55cb478bc1ac2be45581eeedfbd
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Wed Jul 18 08:14:16 2018 +0200

    ISIS-1810: disables doclint if building on JDK 8+
---
 core/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/core/pom.xml b/core/pom.xml
index 9dd1c05..9e9210d 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -748,6 +748,9 @@
                         <!-- http://jira.codehaus.org/browse/MJAVADOC-268 
                             and http://jira.codehaus.org/browse/MJAVADOC-284 -->
                         <detectOfflineLinks>false</detectOfflineLinks>
+                        <additionalparam>
+                            -Xdoclint:none
+                        </additionalparam>
                     </configuration>
                     <!-- goal:aggregate (for aggregator modules) has no binding;
                         explicitly bound in profiles -->