Answers for "Return code is: 400, ReasonPhrase:Bad Request."

0

Return code is: 400, ReasonPhrase:Bad Request.

mvn deploy

400 Bad Request will be returned if you attempt to:

Deploy a snapshot artifact (or version) ending in -SNAPSHOT to a release repository
Deploy a release artifact (version not ending in -SNAPSHOT) to a snapshot repository
Deploy the same version of a release artifact more than once to a release repository
Posted by: Guest on May-13-2021

Browse Popular Code Answers by Language