mirror of
https://github.com/stCarolas/setup-maven.git
synced 2025-02-25 17:15:47 +00:00
15 lines
410 B
YAML
15 lines
410 B
YAML
name: 'Setup Maven'
|
|
description: 'Install a specific version of Apache Maven and add it to the PATH'
|
|
author: 'stCarolas'
|
|
inputs:
|
|
maven-version:
|
|
description: 'Version Spec of the version to use. Examples: 3.x, 3.1.1, >=3.8.0'
|
|
required: false
|
|
default: '3'
|
|
outputs:
|
|
version:
|
|
description: 'Actual version of Apache Maven that has been installed'
|
|
runs:
|
|
using: 'node12'
|
|
main: 'dist/index.js'
|