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

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new 008e9c671 Add explicit sourcepath to javadoc configuration.
008e9c671 is described below

commit 008e9c671836056909be7d9d8027480cf0db1d73
Author: James Bognar <[email protected]>
AuthorDate: Mon May 12 12:40:45 2025 -0400

    Add explicit sourcepath to javadoc configuration.
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 5f25ac88c..12a5bdbea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -242,6 +242,7 @@
                                                
<javadocExecutable>${javadoc.executable}</javadocExecutable>
                                                
<source>${maven.compiler.source}</source>
                                                
<detectJavaApiLink>false</detectJavaApiLink>
+                                               
<sourcepath>src/main/java</sourcepath>
                                        </configuration>
                                        <executions>
                                                <execution>

Reply via email to