Skip to content
play

GitHub Action

Setup Maven

v5 Latest version

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@v5

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@v5
      with:
        maven-version: 3.8.2