-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Demo: Publishing a Java package to Maven Central using Github Actions (…
…#955) Co-authored-by: César Soto Valero <cesarsotovalero@gmail.com>
- Loading branch information
1 parent
834f582
commit ae18fba
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Video demo: Publishing a Java package to Maven Central using Github Actions | ||
|
||
## Members | ||
|
||
Axel Pettersson (axp@kth.se) | ||
GitHub: [Ackuq](https://github.com/Ackuq) | ||
|
||
Felix Seifert (fseifert@kth.se) | ||
Github: [felix-seifert](https://github.com/felix-seifert) | ||
|
||
## Proposal | ||
|
||
In this demo we will show how to create a simple Java package and deploying it to Maven Central for distribution using Github Actions. | ||
|
||
The action will: | ||
|
||
- run when commits are pushed to main branch | ||
- update the version of the artifact to be published | ||
- authenticate with Maven Central | ||
- use encrypted Github Secrets to securely handle authentication |