Skip to content

Maven deploy fails with status 422 unprocessable entity #23474

Discussion options

You must be logged in to vote

I figured this one out too by myself.
(Hey community, you are not helping much!)

What happened is that GitHub apparently has some monstrous bug which causes artifact deployment to fail if some other repository (only by the same owner, I hope!) has already deployed an artifact with the exact same name.

In this case, one repository was called Bathyscaphe, the other was called BathyscapheClaims, but each repository was trying to deploy an artifact called bathyscaphe-claims.

I changed the name of the artifact in the second repository from bathyscaphe-claims to bathyscaphe-claims2 and it worked.

The situation was certainly made worse by this contemptible monstrosity that goes by the name of “m…

Replies: 3 comments 13 replies

Comment options

You must be logged in to vote
9 replies
@tronku
Comment options

@IsmailMarmoush
Comment options

@ebonnet31
Comment options

@eferraris
Comment options

@emitchel
Comment options

Answer selected
Comment options

You must be logged in to vote
1 reply
@anhtester
Comment options

Comment options

You must be logged in to vote
3 replies
@anhtester
Comment options

@RSHKwee
Comment options

@ColorAutumn
Comment options

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