-
Notifications
You must be signed in to change notification settings - Fork 277
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
[release]: Publish opensearch-sdk-java SNAPSHOTs to Maven #3011
[release]: Publish opensearch-sdk-java SNAPSHOTs to Maven #3011
Comments
Reading #1182 (comment) it seems like we no longer need to do anything in opensearch-build to enable that? |
I believe we still will need to give that repo access to the required creds once the infrastructure is in place. Need approval from @bbarani on that GHA approach for publishing snapshots. |
@gaiksaya I am good with using GHA to publish snapshots. |
I am working on setting up the infra for this process. @saratvemulapalli Can you or someone confirm that the mentioned gradle task |
Hi @saratvemulapalli , I also do not see any task to publish snapshots on maven under sdk-java project:
Let me know what command needs to be used. Thanks! |
Thanks @gaiksaya. Looks like publish snapshot task is not available. Let me PR the change. |
The infrastructure set up is merged and ready to publish snapshots. Please update this issue once the gradle task is ready. |
@gaiksaya the PR[1] is up. You can use |
@saratvemulapalli Thanks for the update! I tried running the above task and as expected it failed due to lack of creds in my local. Question about the group id I see that it is trying to put the contents under
Thanks! |
@gaiksaya thats a good question. I like |
Can you also tell me what should be the trigger for publishing the snapshots? Will add a workflow accordingly. |
Lets do a cron, twice everyday? |
Sounds good. PR[1] raised for the same. |
What is the name of your component?
opensearch-sdk-java
What is the link to your GitHub repo?
https://github.com/opensearch-project/opensearch-sdk-java
Targeted release date
Q1 2023
Where should we publish this component?
Maven
What type of artifact(s) will be generated for this component?
Jars, and XML config.
Have you completed the required reviews including security reviews, UX reviews?
No, we'd like to publish SNAPSHOTs and we'll take go through the review process when we are ready to release.
Have you on-boarded automated security scanning for the GitHub repo associated with this component?
Yes: Mend Renovate
opensearch-project/opensearch-sdk-java#256
Additional context
What are we looking for?
We'd like the SNAPSHOTS to be published nightly.
Here is how the artifacts look like:
cc: @rishabh6788
The text was updated successfully, but these errors were encountered: