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:
Pavel Gonchukov 2021-02-18 15:04:27 +01:00
parent ff0054dfbf
commit a37f9364a9
No known key found for this signature in database
GPG key ID: AA78DD4317B862F7
11 changed files with 7028 additions and 1353 deletions

View file

@ -9,6 +9,7 @@ export const INPUT_SERVER_PASSWORD = 'server-password';
export const INPUT_SETTINGS_PATH = 'settings-path';
export const INPUT_GPG_PRIVATE_KEY = 'gpg-private-key';
export const INPUT_GPG_PASSPHRASE = 'gpg-passphrase';
export const INPUT_MAVEN_CREDS = 'maven-creds';
export const INPUT_DEFAULT_GPG_PRIVATE_KEY = undefined;
export const INPUT_DEFAULT_GPG_PASSPHRASE = 'GPG_PASSPHRASE';