-
Notifications
You must be signed in to change notification settings - Fork 139
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 plugin zips to maven repo #306
Comments
@sean-zheng-amazon @ylwu-amzn Can you please make the necessary changes as listed on the document to support publishing your zips to Maven? |
@bbarani sure, should we this ready before 2.0 GA release ? |
@ylwu-amzn looks like the team is targetting end of June to have this done. we should start planning the work for upcoming sprint. |
Sure, assigned to Xun @Zhangxunmt |
#343 |
PR merged. Closing the issue. |
Description
With existing setup the plugin jars are only published to maven repo, but not the generated plugin zips.
Related META issue
opensearch-project/opensearch-build#1916
Current Behavior
Existing all maven publications target the jar files to publish to maven, but not the generated distribution zips.
Expected Behavior
Along with plugin jars, plugin zips should also be published to maven repo with right maven coordinates, so user can download these plugins using dependancy model.
Steps To Reproduce
Proposed solution
A custom gradle plugin solution that can create the publication task for the zips to get published to local staging maven repo with right maven coordinates.
Add/Configure the custom gradle plugin openseearch.pluginzip to the gradle project and test the generated plugin zip's to upload to local maven repo.
More details on how to use the Plugin:
https://github.com/opensearch-project/opensearch-plugins/blob/main/BUILDING.md#opensearchpluginzip
The text was updated successfully, but these errors were encountered: