# setup-maven **Repository Path**: github-actions/setup-maven ## Basic Information - **Project Name**: setup-maven - **Description**: github action: maven - **Primary Language**: NodeJS - **License**: MIT - **Default Branch**: pascall - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-08 - **Last Updated**: 2024-10-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### How To Use Add this step into workflow ``` - name: Set up Maven uses: stCarolas/setup-maven@v4.5 with: maven-version: 3.8.2 ```