This action provides the following functionality for GitHub Actions runners:
- Downloading and setting up a requested version of Apache Maven.
Input maven-version
is mandatory.
steps:
- uses: actions/checkout@v2
- uses: Cox-Automotive/setup-maven@main
with:
maven-version: "3.8.5"
The scripts and documentation in this project are released under the MIT License.