Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 463 Bytes

README.markdown

File metadata and controls

21 lines (14 loc) · 463 Bytes

setup-maven

This action provides the following functionality for GitHub Actions runners:

  • Downloading and setting up a requested version of Apache Maven.

Usage

Input maven-version is mandatory.

steps:
- uses: actions/checkout@v2
- uses: Cox-Automotive/setup-maven@main
  with:
    maven-version: "3.8.5"

License

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