Skip to content

[java] Copy pom.xml to target/ on build#981

Merged
rapids-bot[bot] merged 2 commits intorapidsai:branch-25.08from
mythrocks:java-publish-pom
Jun 5, 2025
Merged

[java] Copy pom.xml to target/ on build#981
rapids-bot[bot] merged 2 commits intorapidsai:branch-25.08from
mythrocks:java-publish-pom

Conversation

@mythrocks
Copy link
Copy Markdown
Contributor

Fixes #978.

This commit modifies the java/build.sh script to also copy the pom.xml to the target/ directory. This will allow all artifacts for publication to Maven (i.e. all the jars and the pom) to be fetched from a single location.

Fixes rapidsai#978.

This commit modifies the `java/build.sh` script to also copy the
`pom.xml` to the `target/` directory.  This will allow all artifacts for
publication to Maven (i.e. all the jars and the pom) to be fetched from
a single location.
@mythrocks mythrocks requested a review from a team as a code owner June 5, 2025 17:30
@mythrocks mythrocks requested a review from gforsyth June 5, 2025 17:30
@mythrocks mythrocks self-assigned this Jun 5, 2025
@mythrocks mythrocks added non-breaking Introduces a non-breaking change Java Build improvement Improves an existing functionality labels Jun 5, 2025
@mythrocks
Copy link
Copy Markdown
Contributor Author

(Fixing style, again.)

@mythrocks
Copy link
Copy Markdown
Contributor Author

/ok to test 8a0b5a1

@cjnolet
Copy link
Copy Markdown
Member

cjnolet commented Jun 5, 2025

/merge

@rapids-bot rapids-bot Bot merged commit 325fdf0 into rapidsai:branch-25.08 Jun 5, 2025
69 of 72 checks passed
@github-project-automation github-project-automation Bot moved this from In Progress to Done in Unstructured Data Processing Jun 5, 2025
bkarsin pushed a commit to bkarsin/cuvs that referenced this pull request Jun 19, 2025
Fixes rapidsai#978.

This commit modifies the `java/build.sh` script to also copy the `pom.xml` to the `target/` directory.  This will allow all artifacts for publication to Maven (i.e. all the jars and the pom) to be fetched from a single location.

Authors:
  - MithunR (https://github.com/mythrocks)

Approvers:
  - James Lamb (https://github.com/jameslamb)

URL: rapidsai#981
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Build improvement Improves an existing functionality Java non-breaking Introduces a non-breaking change

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

[BUG] Include pom.xml in java artifact upload

3 participants