-
Notifications
You must be signed in to change notification settings - Fork 74
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
Uses custom plugin to publish zips to maven #182
Conversation
Signed-off-by: Clay Downs <[email protected]>
Signed-off-by: Clay Downs <[email protected]>
scripts/build.sh
Outdated
@@ -73,6 +73,7 @@ mkdir -p $OUTPUT/maven/org/opensearch | |||
cp -r ./build/local-staging-repo/org/opensearch/. $OUTPUT/maven/org/opensearch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @downsrob you should be adding cp -r ./build/local-staging-repo/org/opensearch/. $OUTPUT/maven/org/opensearch
at the end after running publishPluginZipPublicationToZipStagingRepository
task as even the zips are also copied to local $OUTPUT
folder
Example as
https://github.com/prudhvigodithi/job-scheduler/blob/gradleplugin/scripts/build.sh#L78-L83
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated, let me know if that is what you wanted. Once again I will say that it seems that you have already done this work and I feel that you could have raised this PR with far less effort.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @downsrob, this is the setting and expectation from the custom plugin end and looks good now.
Signed-off-by: Clay Downs <[email protected]>
* Uses custom plugin to publish zips to maven Signed-off-by: Clay Downs <[email protected]> * Removes license and developers Signed-off-by: Clay Downs <[email protected]> * updates build.sh Signed-off-by: Clay Downs <[email protected]>
Signed-off-by: Clay Downs [email protected]
Description
Uses custom plugin to publish zips to maven
Issues Resolved
#175
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.