Skip to content

GitHub Package Registry with Maven causes deployment issues (Error Code: 400) #26156

Answered by weide-zhou
hnrkdmsk asked this question in Packages
Discussion options

You must be logged in to vote

Please turn off the wagon http pool for maven deploy, command as below, it works on my end. :slight_smile:

mvn -B -e -Dmaven.wagon.http.pool=false clean deploy

Please refer to the ticket for more details.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD Packages Host your dependencies, libraries, and production-ready code, right from your repository Question
4 participants