Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding github action in ccr to publish snapshots to maven #1509

Merged
merged 1 commit into from
Mar 4, 2025

Conversation

aggarwalShivani
Copy link
Contributor

@aggarwalShivani aggarwalShivani commented Feb 28, 2025

Description

Added a github action to publish plugin snapshots to maven. Followed guidelines as documented here
As this old #711 was closed without merging in main branch, trying to make similar changes now.

Related Issues

Resolves #1508

Tested by publishing to the local filesystem

ls -l snapshots/org/opensearch/plugin/opensearch-cross-cluster-replication/3.0.0.0-alpha1-SNAPSHOT/  | awk '{print $1, $9}'
total
-rw-r--r-- maven-metadata.xml
-rw-r--r-- maven-metadata.xml.md5
-rw-r--r-- maven-metadata.xml.sha1
-rw-r--r-- maven-metadata.xml.sha256
-rw-r--r-- maven-metadata.xml.sha512
-rw-r--r-- opensearch-cross-cluster-replication-3.0.0.0-alpha1-20250228.120739-1.pom
-rw-r--r-- opensearch-cross-cluster-replication-3.0.0.0-alpha1-20250228.120739-1.pom.md5
-rw-r--r-- opensearch-cross-cluster-replication-3.0.0.0-alpha1-20250228.120739-1.pom.sha1
-rw-r--r-- opensearch-cross-cluster-replication-3.0.0.0-alpha1-20250228.120739-1.pom.sha256
-rw-r--r-- opensearch-cross-cluster-replication-3.0.0.0-alpha1-20250228.120739-1.pom.sha512
-rw-r--r-- opensearch-cross-cluster-replication-3.0.0.0-alpha1-20250228.120739-1.zip
-rw-r--r-- opensearch-cross-cluster-replication-3.0.0.0-alpha1-20250228.120739-1.zip.md5
-rw-r--r-- opensearch-cross-cluster-replication-3.0.0.0-alpha1-20250228.120739-1.zip.sha1
-rw-r--r-- opensearch-cross-cluster-replication-3.0.0.0-alpha1-20250228.120739-1.zip.sha256
-rw-r--r-- opensearch-cross-cluster-replication-3.0.0.0-alpha1-20250228.120739-1.zip.sha512

Check List

  • New functionality includes testing.
  • New functionality has been documented.
  • API changes companion pull request created.
  • Commits are signed per the DCO using --signoff.
  • Public documentation issue/PR created.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: aggarwalShivani <shivani.aggarwal@nokia.com>
@aggarwalShivani
Copy link
Contributor Author

Hi @ankitkala
Requesting review on this change :)

@ankitkala ankitkala enabled auto-merge (rebase) March 4, 2025 09:21
@ankitkala
Copy link
Member

Hi @ankitkala Requesting review on this change :)

Thanks for the changes @aggarwalShivani. LGTM!

@ankitkala ankitkala merged commit 3a97afc into opensearch-project:main Mar 4, 2025
11 of 15 checks passed
@aggarwalShivani
Copy link
Contributor Author

@aggarwalShivani aggarwalShivani deleted the fix-build-issues branch March 4, 2025 09:50
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.

[BUG] ccr plugin snapshots are not published to maven repo
3 participants