Failed to deploy artifacts: Could not transfer artifact 409 Conflict. #154886
Unanswered
vendorunlockingpatterns
asked this question in
Packages
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Question
Body
I am trying to publish a Maven package to a Github repository, for using it in another project as a public package.
When I run
mvn clean install javadoc:jar source:jar deploy
, I get the following output:However, some assets are created in Github repository, as you can see here: https://github.com/vendorunlockingpatterns/apigatewayfederator/packages/2445414. Including the apigatewayfederator-1.0.0-20250324.184702-1.war.asc file.
I think that a ,jar file is missing, am I right?
When I try to install in the target project, the message seems to show that Maven is trying to dowload from Maven repository, but the last download line shows that it tried to download from Github.
As it is uploading some files, there are no issues with the credentials.
The personal access token has the following scopes:
repo
write:packages
delete:packages
What is missing?
Beta Was this translation helpful? Give feedback.
All reactions