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 2022/10/04 10:22:15 UTC

[ws-wss4j] 01/02: Fixing javadoc for Java 11

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

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

commit 82672858b83b729c3c6b27c43585215089a6a285
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Oct 4 11:21:48 2022 +0100

    Fixing javadoc for Java 11
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 444c65157..a39b54f92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -299,6 +299,7 @@
                     </executions>
                     <configuration>
                         <attach>true</attach>
+                        <sourcepath>src/main/java</sourcepath>
                         <additionalJOptions>
                             <additionalJOption>-Xdoclint:none</additionalJOption>
                         </additionalJOptions>