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 5f8d17c1b Exclude internal packages from javadoc generation.
5f8d17c1b is described below
commit 5f8d17c1bf7cdc8708b1b7d151f2d680f434547a
Author: James Bognar <[email protected]>
AuthorDate: Mon May 12 11:40:49 2025 -0400
Exclude internal packages from javadoc generation.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e99eab698..5f25ac88c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -229,7 +229,7 @@
<overview>${basedir}/juneau-doc/src/main/javadoc/overview.html</overview>
<stylesheetfile>${basedir}/juneau-doc/src/main/javadoc/javadoc.css</stylesheetfile>
<use>false</use>
-
<excludePackageNames>*proto*:*test*:org.apache.juneau.doc.internal</excludePackageNames>
+
<excludePackageNames>*proto*:*test*:*internal*:org.apache.juneau.doc.internal</excludePackageNames>
<linksource>true</linksource>
<links>
<link>https://docs.oracle.com/javase/${maven.compiler.target}/docs/api/</link>