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:35:29 UTC

[ws-wss4j] branch 2_3_x-fixes updated: Attempting to fix 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 a198178  Attempting to fix javadoc errors
a198178 is described below

commit a19817803945dd700c2f98f51975e9bc2cfa1b7a
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Sep 14 09:34:27 2021 +0100

    Attempting to fix javadoc errors
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 60af24a..504cdfd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -310,7 +310,9 @@
                         </execution>
                     </executions>
                     <configuration>
+                        <source>8</source>
                         <attach>true</attach>
+                        <excludePackageNames>org.apache.wss4j.binding.*</excludePackageNames>
                     </configuration>
                 </plugin>
                 <plugin>