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

tjwatson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new d40368c853 Correctly exclude impl packages from javadoc
d40368c853 is described below

commit d40368c853e486e63c2200a613613831ba8659a2
Author: Thomas Watson <tjwat...@us.ibm.com>
AuthorDate: Thu Jan 18 13:36:18 2024 -0600

    Correctly exclude impl packages from javadoc
---
 scr/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scr/pom.xml b/scr/pom.xml
index 324bed175e..5191fb6892 100644
--- a/scr/pom.xml
+++ b/scr/pom.xml
@@ -325,7 +325,7 @@
                 <artifactId>maven-javadoc-plugin</artifactId>
                 <configuration>
                     <encoding>${project.build.sourceEncoding}</encoding>
-                    <excludePackageNames>*.impl</excludePackageNames>
+                    
<excludePackageNames>org.apache.felix.scr.impl:org.apache.felix.scr.impl.*</excludePackageNames>
                     <source>${java.version}</source>
                 </configuration>
             </plugin>

Reply via email to