Add functionality to setup maven binary

Add functionality to setup maven in order to use for
project building
This commit is contained in:
Pavel Gonchukov 2021-02-22 21:36:35 +01:00
parent 104660f1cc
commit c45a722262
No known key found for this signature in database
GPG key ID: AA78DD4317B862F7
10 changed files with 150 additions and 60 deletions

View file

@ -9,6 +9,9 @@ inputs:
Early access versions can be specified in the form of e.g. 14-ea,
14.0.0-ea, or 14.0.0-ea.28'
required: true
maven-version:
description: 'Version of maven, does not setup maven if version is not provided.
check available versions here https://downloads.apache.org/maven/'
maven-ca-cert-b64:
description: 'CA cert in the format of a base64 blob used to connect to private
maven repo protected by MTLS'