Replies: 2 comments
-
I'm having the same issue
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project MY_PROJECT: Failed to deploy artifacts: Could not transfer artifact MY_GROUP_ID:MY_ARTIFACT_ID:jar:3.24 from/to github (https://maven.pkg.github.com/MY_ORGANIZATION/MY_REPOSITORY): authentication failed for https://maven.pkg.github.com/MY_ORGANIZATION/MY_REPOSITORY/MY_GROUP_ID/MY_ARTIFACT_ID/3.24/mylibrary-3.24.jar, status: 401 Unauthorized -> [Help 1] Any suggestion? |
Beta Was this translation helpful? Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
I'm trying to create a package for maven project hosted in organisation repository. For this, I requested access via fine-granted token and it has been approved with all possible permissions.
I've updated ~/.m2/settings.xml and /pom.xml with my token and repository settings, following the docs.
Getting this:
Beta Was this translation helpful? Give feedback.
All reactions