This is a repository of reusable github workflows. Please see reusing-workflows for the basics.
maven.yml
: Build a Java artifact.jacoco-badge.yml
: Calculate a Jacoco coverage badge icon and store it in the repository.maven-expression.yml
: Calculate a Maven expression (i.e. a variable expansion forproject.version
) and store it as an usable output.maven-deploy-snapshot-sonatype-oss.yml
: Build and deploy a snapshot to Sonatype OSS.
The repository is experimental at the moment. I do not recommend using workflows without sticking to a specific git revision.