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

jbonofre pushed a commit to branch activemq-6.3.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/activemq-6.3.x by this push:
     new 3fa38e0dad Fix javadoc on activemq-osgi
3fa38e0dad is described below

commit 3fa38e0dad349fbb204e982d6a8995d75a3810f2
Author: JB Onofré <[email protected]>
AuthorDate: Fri Jul 24 08:49:28 2026 +0200

    Fix javadoc on activemq-osgi
---
 activemq-osgi/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/activemq-osgi/pom.xml b/activemq-osgi/pom.xml
index 59c25439b6..eb70100180 100644
--- a/activemq-osgi/pom.xml
+++ b/activemq-osgi/pom.xml
@@ -139,6 +139,11 @@
         <configuration>
           <instructions>
             
<Bundle-Activator>org.apache.activemq.util.osgi.Activator</Bundle-Activator>
+            <!-- Strip any module-info.class dragged in via inlined 
multi-release jars.
+                 A stray META-INF/versions/9/module-info.class (e.g. slf4j's) 
would make
+                 tools such as the javadoc plugin treat this bundle as a JPMS 
module and
+                 build in modular mode, breaking the javadoc/attach-javadocs 
step. -->
+            <_donotcopy>(?:.*/)?module-info\.class</_donotcopy>
             <Embed-Dependency>
               *;groupId=org.apache.activemq;inline=META-INF/services/*,
               *;groupId=org.apache.activemq;inline=META-INF/versions/*,


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to