排序
Automating Jar File Creation and Release Artifact Uploads with GitHub Actions
Automating Jar File Creation and Release Artifact Uploads with GitHub Actions,You have this great java project and every time you make changes to the codebase you need to manually ...
JUnit 5: link tests with task tracker issues
JUnit 5: link tests with task tracker issues,In this guide, I'm telling you: How you can link JUnit 5 tests with issues in your task tracker systems? How to generate documentation ...
JaCoCo coverage badges, PR coverage checks, and PR coverage comments, from GitHub Actions
JaCoCo coverage badges, PR coverage checks, and PR coverage comments, from GitHub Actions, jacoco-badge-generator (3 Part Series) 1 JaCoCo coverage badges, PR coverage checks, and ...
How to publish Maven packages to a single GitHub repository
How to publish Maven packages to a single GitHub repository, A working example of this setup can be found in vlingo XOOM repositories: https://github.com/vlingo/xoom-platform/packa...
GitHub Actions, Maven & Artifactory
GitHub Actions, Maven & Artifactory,I recently started a new Proof of Concept that started with a single repo in GitHub and built using GitHub Actions. Then I externalised some bas...