chore: Adopt OSS build pipeline for Maven Central#86
Merged
Conversation
thced
commented
May 21, 2026
Contributor
- Split commit.yaml into pull_request.yaml (PR tests via ./mvnw, no service-account so forks can build) and release.yaml (push to master, GPG-signs and deploys to Sonatype Central).
- Gate the PR SonarCloud step to the upstream repo so forks pass.
- Add Maven Central metadata to pom.xml: name, description, Apache-2.0 license, developer, full SCM block.
- Replace the GCP Artifact Registry distributionManagement with central-publishing-maven-plugin (autoPublish) and add a sign-artifacts profile activated by MAVEN_GPG_PASSPHRASE.
- Drop the private Nexus registry from dependabot; resolve from Maven Central instead.
- Add Apache-2.0 LICENSE at repo root.
|
Align the build pipeline with extenda/vertx-redis-clustermanager, which already publishes openly to Maven Central. - Split commit.yaml into pull_request.yaml (PR tests via ./mvnw, no service-account so forks can build) and release.yaml (push to master, GPG-signs and deploys to Sonatype Central). - Gate the PR SonarCloud step to the upstream repo so forks pass. - Add Maven Central metadata to pom.xml: name, description, Apache-2.0 license, developer, full SCM block. - Replace the GCP Artifact Registry distributionManagement with central-publishing-maven-plugin (autoPublish) and add a sign-artifacts profile activated by MAVEN_GPG_PASSPHRASE. - Drop the private Nexus registry from dependabot; resolve from Maven Central instead. - Add Apache-2.0 LICENSE at repo root and exempt it from editorconfig indentation rules. Release requires the following repository secrets to be set: MAVEN_CENTRAL_USERNAME, MAVEN_CENTRAL_TOKEN, MAVEN_CENTRAL_GPG_PRIVATE_KEY, MAVEN_CENTRAL_GPG_KEY_NAME, MAVEN_CENTRAL_GPG_PASSPHRASE.
cf33299 to
08ad123
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


