You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2021/09/14 08:39:14 UTC

[ws-wss4j] branch 2_3_x-fixes updated: Trying to ignore javadoc errors

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

coheigea pushed a commit to branch 2_3_x-fixes
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git


The following commit(s) were added to refs/heads/2_3_x-fixes by this push:
     new 15bfee0  Trying to ignore javadoc errors
15bfee0 is described below

commit 15bfee0715e37687a759e6784e4402f9a8103421
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Sep 14 09:38:56 2021 +0100

    Trying to ignore javadoc errors
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 504cdfd..eba07ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -367,6 +367,9 @@
             <activation>
                 <jdk>1.8</jdk>
             </activation>
+            <properties>
+               <javadoc.opts>-Xdoclint:none</javadoc.opts>
+            </properties>
             <build>
                 <pluginManagement>
                     <plugins>