Skip to content

Commit 6270530

Browse files
authored
[3.x] Add Automatic-Module-Name manifest entry (#324)
## Summary - Adds `Automatic-Module-Name: org.codehaus.plexus.util` to the JAR manifest, providing a stable JPMS module name for modular downstream consumers. Fixes #311
1 parent 5d37b07 commit 6270530

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ limitations under the License.
111111
<archive>
112112
<manifestEntries>
113113
<Multi-Release>true</Multi-Release>
114+
<Automatic-Module-Name>org.codehaus.plexus.util</Automatic-Module-Name>
114115
</manifestEntries>
115116
</archive>
116117
</configuration>

0 commit comments

Comments
 (0)