does someone know if there is a way to publish an artifact under a different name and somehow tell this maven central so that it does not pop-up as new artifact (without the previous versions)?
II would hope that all the dependency update plugins and bots would then recognise the rename and suggest the new version without the need of the user to change the artifact name
p
Paul Griffith
04/15/2023, 9:36 PM
I don’t think so. The whole point of maven central is that the groupid/artifactid is the identifier, so if either of them change, it’s a whole new thing