Skip to content
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

Deploy Java bindings for multiple platforms #2313

Closed
tisonkun opened this issue May 24, 2023 · 2 comments · Fixed by #2335
Closed

Deploy Java bindings for multiple platforms #2313

tisonkun opened this issue May 24, 2023 · 2 comments · Fixed by #2335
Labels
bindings/java good first issue Good for newcomers help wanted Extra attention is needed

Comments

@tisonkun
Copy link
Member Author

Netty's workflow is using GitHub Actions as much as possible - https://netty.io/wiki/releasing-new-version.html

@tisonkun
Copy link
Member Author

tisonkun commented May 25, 2023

Some prototyping on multiple steps deploy:

# multiple staging on different machines
mvn -Papache-release package verify org.sonatype.plugins:nexus-staging-maven-plugin:deploy -DaltStagingDirectory=$LOCAL_STAGING -DskipRemoteStaging=true -DnexusUrl=https://repository.apache.org/ -DserverId=apache.releases.https -Dgpg.keyname=$GPG_KEYNAME

# upload $LOCAL_STAGING/deferred/.index and $LOCAL_STAGING/deferred/*
# download all the artifacts

mvn org.sonatype.plugins:nexus-staging-maven-plugin:deploy-staged -DaltStagingDirectory=$LOCAL_STAGING

https://github.com/tisonkun/opendal/actions/runs/5081365365

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bindings/java good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant