Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
play

GitHub Action

Setup Maven

v.4.5

Setup Maven

play

Setup Maven

Install a specific version of Apache Maven and add it to the PATH

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup Maven

uses: stCarolas/setup-maven@v.4.5

Learn more about this action in stCarolas/setup-maven

Choose a version

How To Use

Add this step into workflow

    - name: Set up Maven
      uses: stCarolas/setup-maven@v4.5
      with:
        maven-version: 3.8.2