Skip to content

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Aug 15, 2025

Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress.

Original issue description:

critical

The URL for the GitHub Packages repository in distributionManagement appears to be incorrect. GitHub Packages expects the URL to be in the format https://maven.pkg.github.com/OWNER/REPOSITORY. The current configuration uses ${project.groupId}/${project.artifactId}, which will resolve to com.autopost/autopost and cause deployment to fail. This should be changed to match your GitHub repository path, which seems to be OWNER/AutoPost based on other parts of this file.

      <url>https://maven.pkg.github.com/OWNER/AutoPost</url>

Originally posted by @gemini-code-assist in #75 (comment)

Fixes #76.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

![critical](https://www.gstatic.com/codereviewagent/critical.svg)
2 participants