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 <[email protected]> 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>
