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

robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 93a795320e AXIS2-6040 Fix bundle module and remove proprietary org 
reference
93a795320e is described below

commit 93a795320e41df3841d8e11fba36140ee33b5236
Author: Robert Lazarski <[email protected]>
AuthorDate: Tue Apr 21 05:25:32 2026 -1000

    AXIS2-6040 Fix bundle module and remove proprietary org reference
    
    - transport-local uses <packaging>bundle</packaging>, so the
      maven-jar-plugin config was silently ignored. Move the
      Automatic-Module-Name into the maven-bundle-plugin <instructions>
      block where it actually gets written to the manifest.
    
    - Remove "Alpha Theory" organization from developer entry in parent
      POM — ASF projects must be vendor-neutral.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
---
 modules/transport/local/pom.xml | 13 ++-----------
 pom.xml                         |  1 -
 2 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/modules/transport/local/pom.xml b/modules/transport/local/pom.xml
index e1e07011d6..91f768b217 100644
--- a/modules/transport/local/pom.xml
+++ b/modules/transport/local/pom.xml
@@ -113,19 +113,10 @@
                         <Export-Package>
                             
org.apache.axis2.transport.local.*;-split-package:=merge-last,
                         </Export-Package>
+                        <!-- AXIS2-6040: Stable module name for Java 9+ JPMS 
-->
+                        
<Automatic-Module-Name>org.apache.axis2.transport.local</Automatic-Module-Name>
                     </instructions>
                 </configuration>
-            </plugin>
-                    <plugin>
-                <artifactId>maven-jar-plugin</artifactId>
-                <configuration>
-                    <archive>
-                        <manifestEntries>
-                            <!-- AXIS2-6040: Stable module name for Java 9+ 
JPMS -->
-                            
<Automatic-Module-Name>org.apache.axis2.transport.local</Automatic-Module-Name>
-                        </manifestEntries>
-                    </archive>
-                </configuration>
             </plugin>
         </plugins>
     </build>
diff --git a/pom.xml b/pom.xml
index 1e1ce2e8b4..c5d1d8bdf9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,6 @@
             <name>Robert Lazarski</name>
             <id>robertlazarski</id>
             <email>robertlazarski AT gmail.com</email>
-            <organization>Alpha Theory</organization>
         </developer>
         <developer>
             <name>Senaka Fernando</name>

Reply via email to