Hi, I have followed the guide on https://help.github.com/en/articles/configuring-apache-maven-for-use-with-github-package-registry I create a dedicated machine user and created an access token with scopes "read:packages", "write:packages" and "repo" and configured my maven settings XML accordingly, as the guide describes. When I do a mvn deploy it just gives me a 400 bad request error back: org.apache.maven.wagon.TransferFailedException: Failed to transfer file: https://maven.pkg.github.com/myorganisation/my-repo/com/orgname/appname/sample-integration/1.0-SNAPSHOT/sample-integration-1.0-20190808.131901-1.jar. Return code is: 400, ReasonPhrase: Bad Request. I wish it could be a little more verbose and reveal what part of the request that is invalid. I don't know how to troubleshoot this further, so I'm hoping that someone here has experienced the same issue and found a solution or someone that can give me hint on how to troubleshoot in a good way. Running mvn in debug mode didn't give any helpful information either.
... View more