action-maven

A github action for building and deploying maven project

View on GitHub

action-maven

A github action for building and deploying maven project

Usage

workflow "build test" {
  resolves = ["comchangs/action-maven"]
  on = "push"
}

action "comchangs/action-maven" {
  uses = "comchangs/action-maven@master"
  args = "clean compile test"
}