Skip to content

Conversation

@frankandstone
Copy link

Summary

  • remove Central Publishing Portal references from the publishing checklist and restore OSSRH-focused setup guidance
  • retarget the Gradle publishing repository configuration to the OSSRH release/snapshot endpoints while keeping token-based authentication

Testing

  • not run

https://chatgpt.com/codex/tasks/task_b_69087a9b30088321bac20faa0e500013

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR reverts the migration to Maven Central's new publishing portal by removing Central Portal references and restoring OSSRH-focused setup guidance. The changes update the README to provide detailed instructions for publishing through Sonatype's OSSRH infrastructure with token-based authentication.

  • Adds comprehensive OSSRH publishing setup checklist
  • Documents token-based authentication configuration (preferred) with legacy credential fallback
  • Provides step-by-step instructions for signing key setup and configuration

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


- [ ] Confirm OSSRH project access
- Sign in at <https://s01.oss.sonatype.org/> with the Sonatype account that owns the
`io.github.eurofunk` groupId. If the namespace has not yet been approved, follow
Copy link

Copilot AI Nov 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The hardcoded groupId io.github.eurofunk should be replaced with a placeholder (e.g., <your-groupId> or io.github.yourorg) to make this documentation more generic and reusable for other projects.

Suggested change
`io.github.eurofunk` groupId. If the namespace has not yet been approved, follow
`<your-groupId>` groupId (for example, `io.github.yourorg`). If the namespace has not yet been approved, follow

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants