Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
vkn opened this issue May 13, 2024 · 0 comments
Closed

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

vkn opened this issue May 13, 2024 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@vkn
Copy link

vkn commented May 13, 2024

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

@vkn vkn added the bug Something isn't working label May 13, 2024
vkn added a commit to vkn/jreleaser that referenced this issue May 13, 2024
@aalmiray aalmiray changed the title Improve bundle zip file name to include project name [deploy] Improve bundle zip file name to include project name May 30, 2024
@aalmiray aalmiray self-assigned this May 30, 2024
@aalmiray aalmiray added this to the v1.13.0 milestone May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants