-
Notifications
You must be signed in to change notification settings - Fork 63
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
Publish CCR zip to maven repo #399
Conversation
This PR has a dependency on https://github.com/opensearch-project/cross-cluster-replication/pull/398/files |
Hey @ankitkala, please verify the published zips have right POM coordinates, you should be adding
Example PR: opensearch-project/index-management#366 |
@prudhvigodithi
I tried changing the publication name but it again failed with
|
Also, do we need to add custom POM extension? Can't the |
Signed-off-by: Ankit Kala <ankikala@amazon.com>
Codecov Report
@@ Coverage Diff @@
## main #399 +/- ##
============================================
- Coverage 74.37% 70.64% -3.73%
+ Complexity 996 940 -56
============================================
Files 141 141
Lines 4562 4562
Branches 504 504
============================================
- Hits 3393 3223 -170
- Misses 849 1022 +173
+ Partials 320 317 -3
Continue to review full report at Codecov.
|
Signed-off-by: Ankit Kala ankikala@amazon.com
Description
Publish CCR zip to maven repo
Depends on https://github.com/opensearch-project/cross-cluster-replication/pull/398/files
Issues Resolved
#384
###Testing done.
Verifed the zips in
build/local-staging-repo/org/opensearch/plugin/opensearch-cross-cluster-replication
Check List
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.