-
Notifications
You must be signed in to change notification settings - Fork 125
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
Use custom plugin to publish zips to maven #400
Use custom plugin to publish zips to maven #400
Conversation
Signed-off-by: Martin Gaievski <gaievski@amazon.com>
…pdate dev url Signed-off-by: Martin Gaievski <gaievski@amazon.com>
@prudhvigodithi I've made requested changes, could you please check one more time? |
Hey @martin-gaievski |
Checked locally, I see fresh artifacts created, after running
|
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-2.0 2.0
# Navigate to the new working tree
cd .worktrees/backport-2.0
# Create a new branch
git switch --create backport/backport-400-to-2.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 f4c2d0f20304f5a76a26afb0250b2a5cfce9a641
# Push it to GitHub
git push --set-upstream origin backport/backport-400-to-2.0
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.0 Then, create a pull request where the |
Signed-off-by: Martin Gaievski gaievski@amazon.com
Description
Follow campaign and use custom plugin to publish zips to maven
Issues Resolved
#378
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.