Skip to content

Commit 93a7953

Browse files
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) <noreply@anthropic.com>
1 parent d208475 commit 93a7953

2 files changed

Lines changed: 2 additions & 12 deletions

File tree

modules/transport/local/pom.xml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -113,19 +113,10 @@
113113
<Export-Package>
114114
org.apache.axis2.transport.local.*;-split-package:=merge-last,
115115
</Export-Package>
116+
<!-- AXIS2-6040: Stable module name for Java 9+ JPMS -->
117+
<Automatic-Module-Name>org.apache.axis2.transport.local</Automatic-Module-Name>
116118
</instructions>
117119
</configuration>
118-
</plugin>
119-
<plugin>
120-
<artifactId>maven-jar-plugin</artifactId>
121-
<configuration>
122-
<archive>
123-
<manifestEntries>
124-
<!-- AXIS2-6040: Stable module name for Java 9+ JPMS -->
125-
<Automatic-Module-Name>org.apache.axis2.transport.local</Automatic-Module-Name>
126-
</manifestEntries>
127-
</archive>
128-
</configuration>
129120
</plugin>
130121
</plugins>
131122
</build>

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@
121121
<name>Robert Lazarski</name>
122122
<id>robertlazarski</id>
123123
<email>robertlazarski AT gmail.com</email>
124-
<organization>Alpha Theory</organization>
125124
</developer>
126125
<developer>
127126
<name>Senaka Fernando</name>

0 commit comments

Comments
 (0)