GitHub Package Registry with Maven causes deployment issues (Error Code: 400) #26156
-
We have problems publishing GitHub packages for our internal libraries when we switch to GitHub. Our projects are based on Maven. When publishing to GitHub packages we get the following error:
Some files that are needed are not uploaded. But some will be published anyway. The problem only occurs after the initial version of GitHub Packages has been published. All other publications are buggy. We have created the following project as an example: https://github.com/avides/packages-example-for-support We have used the following GitHub Actions workflow:
In the executed actions you can see that initially everything worked fine and no further deploy process worked afterwards. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Please turn off the wagon http pool for maven deploy, command as below, it works on my end. :slight_smile:
Please refer to the ticket for more details. |
Beta Was this translation helpful? Give feedback.
-
I have the same issue but using the command |
Beta Was this translation helpful? Give feedback.
-
Same problem here, disabling the wagon http pool does not solve the problem either. |
Beta Was this translation helpful? Give feedback.
Please turn off the wagon http pool for maven deploy, command as below, it works on my end. :slight_smile:
Please refer to the ticket for more details.