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

mpetria pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 4f64c43  disable javadoc doclint errors
4f64c43 is described below

commit 4f64c43a965241a9d5672fb3dc1e635fcbf7f6a1
Author: Marius Petria <[email protected]>
AuthorDate: Tue Aug 21 14:03:51 2018 +0300

    disable javadoc doclint errors
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 4636865..7d78b59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,6 +99,9 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
+                <configuration>
+                    <additionalparam>-Xdoclint:none</additionalparam>
+                </configuration>
             </plugin>
             <plugin>
                 <groupId>org.apache.rat</groupId>

Reply via email to