# actions-setup-maven **Repository Path**: osc-org/actions-setup-maven ## Basic Information - **Project Name**: actions-setup-maven - **Description**: mirrors from https://github.com/stCarolas/setup-maven.git - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-30 - **Last Updated**: 2026-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### How To Use Add this step into workflow ``` - name: Set up Maven uses: stCarolas/setup-maven@v5 with: maven-version: 3.8.2 ```