You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
GitHub Action for Maven
1.0.1
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.
action "package" {
uses = "LucaFeger/action-maven-cli@master"
args = "clean install"
}
The Dockerfile and associated scripts and documentation in this project are released under the MIT License.