Skip to content

Set up your GitHub Actions workflow with a specific version of Apache Maven

License

Notifications You must be signed in to change notification settings

stCarolas/setup-maven

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

How To Use

Add this step into workflow

    - name: Set up Maven
      uses: stCarolas/setup-maven@v5
      with:
        maven-version: 3.8.2