You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by gh...@apache.org on 2019/04/05 21:46:47 UTC

[sling-org-apache-sling-hc-api] branch master updated: ignore doclint errors for last release (not worth fixing it anymore)

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

ghenzler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hc-api.git


The following commit(s) were added to refs/heads/master by this push:
     new e073c44  ignore doclint errors for last release (not worth fixing it anymore)
e073c44 is described below

commit e073c44218ba082516332476726de64d1450c45c
Author: georg.henzler <ge...@netcentric.biz>
AuthorDate: Fri Apr 5 23:46:31 2019 +0200

    ignore doclint errors for last release (not worth fixing it anymore)
---
 pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/pom.xml b/pom.xml
index 083d99a..1eee57d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,6 +46,18 @@
   </scm>
 
     <build>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-javadoc-plugin</artifactId>
+                    <version>3.1.0</version>
+                    <configuration>
+                        <doclint>none</doclint>
+                    </configuration>
+                </plugin>            
+            </plugins>
+        </pluginManagement>
         <plugins>
             <plugin>
                 <groupId>org.apache.felix</groupId>