Skip to content

[deploy] Improve bundle zip file name to include project name #1661

@vkn

Description

@vkn

Jreleaser creates a bundle zip file for maven central named as namespace + version + "-bundle.zip". It would be nice to include the project name as well.

Without the project name, it is hard to see which archive belongs to which project in sonatype deployments overview

The fix should add "-" + context.getModel().getProject().getResolvedName() + in MavenCentralMavenDeployer.java, I think

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingreleasedIssue has been released

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions