Skip to content

Establish an automatic module name - #121

Merged
slachiewicz merged 1 commit into
masterfrom
automatic-module-name
Aug 17, 2026
Merged

Establish an automatic module name#121
slachiewicz merged 1 commit into
masterfrom
automatic-module-name

Conversation

@slachiewicz

Copy link
Copy Markdown
Member

org.codehaus.plexus.build — the top-level package. Set through the maven-jar-plugin manifestEntries, the pattern plexus-utils uses and the rest of this sweep followed; see codehaus-plexus/plexus-xml#92.

The entry joins the maven-jar-plugin block already present for the test-jar execution rather than introducing a second one.

This was the last active jar-producing repo in the org without a stable module name. Master only — the 0.x branch has had no commit since May 2023.

Verified: jar --describe-module reports

org.codehaus.plexus.build@1.2.1-SNAPSHOT automatic
contains org.codehaus.plexus.build
contains org.codehaus.plexus.build.connect
contains org.codehaus.plexus.build.connect.messages

This change was created with AI assistance.

org.codehaus.plexus.build, the top-level package. A published module name is a
contract; it must not change once released.

The entry joins the existing maven-jar-plugin block rather than a new one, so
the test-jar execution already configured there is untouched.
@slachiewicz slachiewicz added the enhancement New feature or request label Aug 17, 2026
@slachiewicz
slachiewicz marked this pull request as ready for review August 17, 2026 17:54
@slachiewicz
slachiewicz merged commit 6fb9b3e into master Aug 17, 2026
14 checks passed
@slachiewicz
slachiewicz deleted the automatic-module-name branch August 17, 2026 18:38
Comment thread pom.xml
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>org.codehaus.plexus.build</Automatic-Module-Name>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not

Suggested change
<Automatic-Module-Name>org.codehaus.plexus.build</Automatic-Module-Name>
<Automatic-Module-Name>plexus-build-api</Automatic-Module-Name>

as the repo name?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants