GitHub Action
GitHub Action for Maven
1.1.0
Latest version
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.