In short, no. Without the current maintainer's permission you can't upload a new artifact with the same groupId
/artifactId
. To quote from the Guide to uploading artifacts to the Central Repository FAQ:
I have a patched version of the foo project developed at foo.com, what groupId should I use?
When you patch / modify a third party project, that patched version becomes your project and therefore should be distributed under a groupId you control as any project you would have developed, never under com.foo. See above considerations about groupId.
Either pick a new groupId
, for what is effectively your fork of the project, or collaborate with the current maintainers to get the newer version into Central with their permission.