Add cuDF Java Maven Central publish job - #23714
Draft
paul-aiyedun wants to merge 2 commits into
Draft
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
Contributor
Author
|
/ok to test 77a9c26 |
paul-aiyedun
force-pushed
the
paul/java_maven_central_publish
branch
from
August 18, 2026 22:35
77a9c26 to
e7b7566
Compare
Contributor
Author
|
/ok to test e7b7566 |
paul-aiyedun
force-pushed
the
paul/java_maven_central_publish
branch
from
August 18, 2026 23:18
e7b7566 to
83a32a2
Compare
Contributor
Author
|
/ok to test 83a32a2 |
Member
|
/ok to test 83a32a2 |
Contributor
Author
|
/ok to test 83a32a2 |
* Add a tag-gated `java-publish` job that deploys the gathered maven repo as an RC through shared-workflows, with GPG signing and Sonatype staging for manual Central publish. * On release-tag builds, strip `-SNAPSHOT` and rewrite `java/pom.xml` so packaged artifacts use the release version. * Copy the `cuda12` classifier JAR as the unclassified primary so consumers of `ai.rapids:cudf` without a classifier still resolve. * Forward `GITHUB_REF` into the jar-build container so the release-tag check can see it and switch on release versioning. * Make `HOST_UID`/`HOST_GID` required and always chown outputs on EXIT. * Update `java/ci/README.md` for release vs SNAPSHOT versioning, sources/javadoc jars, and the unclassified primary layout.
paul-aiyedun
force-pushed
the
paul/java_maven_central_publish
branch
from
August 19, 2026 21:48
83a32a2 to
db96474
Compare
Contributor
Author
|
/ok to test db96474 |
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.
Description
Add a tag-gated
java-publishjob that deploys the gatheredmaven repo as an RC through shared-workflows, with GPG signing and
Sonatype staging for manual Central publish.
On release-tag builds, strip
-SNAPSHOTand rewritejava/pom.xmlso packaged artifacts use the release version.
Copy the
cuda12classifier JAR as the unclassified primary soconsumers of
ai.rapids:cudfwithout a classifier still resolve.Forward
GITHUB_REFinto the jar-build container so the release-tagcheck can see it and switch on release versioning.
Make
HOST_UID/HOST_GIDrequired and always chown outputs on EXIT.Update
java/ci/README.mdfor release vs SNAPSHOT versioning,sources/javadoc jars, and the unclassified primary layout.
Checklist