mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 02:16:45 +00:00
Add mvn configuration
Add functionality to configure and export maven options on the basis of encrypted yaml containing needed credentials
This commit is contained in:
parent
ff0054dfbf
commit
bf2ce29d70
11 changed files with 7025 additions and 1353 deletions
|
@ -9,6 +9,10 @@ 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-creds:
|
||||
description: 'Maven credential needed to setup MTLS. Credentails In the format
|
||||
of base64 encoded yaml containing following fields also containing
|
||||
base64 blobs ( CA_CERT, CERT, KEY, SETTINGS, SECURITY_SETTINGS)'
|
||||
java-package:
|
||||
description: 'The package type (jre, jdk, jdk+fx)'
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue