Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 438 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 438 Bytes

GitHub Action for the Maven CLI

The GitHub Action for Maven wraps the Maven CLI to enable Maven commands to be run. This can be used to run every Maven Command.

Usage

action "package" {
  uses = "LucaFeger/action-maven-cli@master"
  args = "clean install"
}

License

The Dockerfile and associated scripts and documentation in this project are released under the MIT License.