-
Select Topic AreaQuestion BodyHi team! I'm trying to import a package from my github to a new project. I'm following this article: https://docs.github.com/pt/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry. I look for something in the net but there is anything available that helps. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
🕒 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.
-
There is no solution yet |
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.
-
🕒 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.
-
While I'm trying to execute all of @martinondiwa suggestions, I notice something wrong in my package. I dont know why, but my package group ID is repeating the artifact ID. |
Beta Was this translation helpful? Give feedback.
While I'm trying to execute all of @martinondiwa suggestions, I notice something wrong in my package. I dont know why, but my package group ID is repeating the artifact ID.
all this time I blamed the maven configuration, but the problem was the package itself (maybe because of the camelcase name).
I just removed the project name on group id and it was solved.
Maybe it's a GitHub problem, maybe it is my package configuration. But now, it's working!
If you found this discussion, look to your package group ID.