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

[Java] Explore maven publishing, sonatype and alternatives #209

Merged
merged 5 commits into from
Feb 2, 2024

Conversation

arifBurakDemiray
Copy link
Member

For the deployment via Github Actions Following secrets need to set for this repository

MAVEN_USERNAME
MAVEN_PASSWORD
GPG_KEY // private key
GPG_KEY_ID
GPG_KEY_PASSWORD

To export GPG key run the following
gpg2 --export-secret-keys --armor <key id> <path to secring.gpg> | grep -v '\-\-' | grep -v '^=.' | tr -d '\n'

Copy link

github-actions bot commented Jan 4, 2024

Unit Test Results 🚀

440 tests  +56   437 ✅ +53   1m 16s ⏱️ +55s
 34 suites + 4     0 💤 ± 0 
 34 files   + 4     3 ❌ + 3 

For more details on these failures, see this check.

Results for commit 99f4b1d. ± Comparison against base commit 5664a96.

♻️ This comment has been updated with latest results.

@arifBurakDemiray arifBurakDemiray marked this pull request as ready for review January 4, 2024 14:41
@ArtursKadikis ArtursKadikis merged commit 12a0949 into staging Feb 2, 2024
2 of 5 checks passed
@ArtursKadikis ArtursKadikis deleted the publishing branch February 2, 2024 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants