You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2020/02/23 20:58:37 UTC

[sling-org-apache-sling-servlets-resolver] branch master updated: disable Javadoc linting for now

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-resolver.git


The following commit(s) were added to refs/heads/master by this push:
     new 54ef22e  disable Javadoc linting for now
54ef22e is described below

commit 54ef22e8cdbddf0d6218d0280c221858274f11ee
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Feb 23 21:58:16 2020 +0100

    disable Javadoc linting for now
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 8064c10..f904e9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,6 +58,7 @@
                     <excludePackageNames>
                         org.apache.sling.servlets.resolver.internal
                     </excludePackageNames>
+                    <doclint>none</doclint>
                 </configuration>
             </plugin>
            <plugin>