You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2018/07/15 08:33:40 UTC

[directory-ldap-api] branch master updated: Trying anoyther way to disable this stupid Javadoc lint

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

elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-ldap-api.git


The following commit(s) were added to refs/heads/master by this push:
     new 256ca63  Trying anoyther way to disable this stupid Javadoc lint
256ca63 is described below

commit 256ca63db8d65c2c9bf580eaa1af8cd9ff92fdb1
Author: Emmanuel Lécharny <el...@symas.com>
AuthorDate: Sun Jul 15 10:33:36 2018 +0200

    Trying anoyther way to disable this stupid Javadoc lint
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index deacfeb..11463e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -303,7 +303,7 @@
         <configuration>
           <show>private</show>
           <nohelp>true</nohelp>
-          <additionalparam>-Xdoclint:none</additionalparam>
+          <doclint>none</doclint>
         </configuration>
       </plugin>