-
Notifications
You must be signed in to change notification settings - Fork 73
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
Publishing jars to org.opensearch.opensearch-job-scheduler #336
Conversation
Signed-off-by: Joshua Palis <jpalis@amazon.com>
|
We are not publishing javadoc and sources jar https://aws.oss.sonatype.org/content/repositories/snapshots/org/opensearch/opensearch-job-scheduler/3.0.0.0-SNAPSHOT/ |
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #336 +/- ##
=========================================
Coverage 30.23% 30.23%
Complexity 97 97
=========================================
Files 22 22
Lines 1128 1128
Branches 107 107
=========================================
Hits 341 341
Misses 766 766
Partials 21 21 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Hey Its ok to publish the javadoc and source jar since the source code is already open sourced, thats the default behaviour with publish as well, I see example common-utils already doing it, so the PR LGTM! |
(cherry picked from commit 0711f3b)
(cherry picked from commit 0711f3b) Signed-off-by: Joshua Palis <jpalis@amazon.com>
…h-project#336) (opensearch-project#337) (cherry picked from commit 0711f3b) Signed-off-by: Joshua Palis <jpalis@amazon.com> Co-authored-by: Joshua Palis <jpalis@amazon.com> Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
Description
Updates org.opensearch.opensearch-job-scheduler with maven jars
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.