You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2018/03/16 14:51:16 UTC

logging-chainsaw git commit: Fix other javadoc doclint configuration

Repository: logging-chainsaw
Updated Branches:
  refs/heads/master 75b7aa11d -> becff29e9


Fix other javadoc doclint configuration


Project: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/commit/becff29e
Tree: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/tree/becff29e
Diff: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/diff/becff29e

Branch: refs/heads/master
Commit: becff29e93f33a0d5ebee5903a90bb2474e2fa48
Parents: 75b7aa1
Author: Matt Sicker <bo...@gmail.com>
Authored: Fri Mar 16 09:51:04 2018 -0500
Committer: Matt Sicker <bo...@gmail.com>
Committed: Fri Mar 16 09:51:04 2018 -0500

----------------------------------------------------------------------
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-chainsaw/blob/becff29e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 882eb5c..d22bfbe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -287,6 +287,9 @@
       </plugin>
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <additionalparam>-Xdoclint:none</additionalparam>
+        </configuration>
         <executions>
           <execution>
             <goals>