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 bf2ce29d70
No known key found for this signature in database
GPG key ID: AA78DD4317B862F7
11 changed files with 7025 additions and 1353 deletions

View file

@ -25,23 +25,24 @@
"license": "MIT",
"dependencies": {
"@actions/core": "^1.0.0",
"@actions/exec": "^1.0.0",
"@actions/http-client": "^1.0.8",
"@actions/exec": "^1.0.4",
"@actions/http-client": "^1.0.9",
"@actions/io": "^1.0.0",
"@actions/tool-cache": "^1.3.1",
"@actions/tool-cache": "^1.6.1",
"@tradeshift/actions-credentials-yaml": "^0.7.0",
"semver": "^6.1.1",
"xmlbuilder2": "^2.1.2"
"xmlbuilder2": "^2.4.0"
},
"devDependencies": {
"@types/jest": "^24.0.13",
"@types/node": "^12.0.4",
"@types/semver": "^6.0.0",
"@types/node": "^12.20.1",
"@types/semver": "^6.2.2",
"@zeit/ncc": "^0.20.5",
"jest": "^24.8.0",
"jest-circus": "^24.7.1",
"prettier": "^1.19.1",
"ts-jest": "^24.0.2",
"typescript": "^3.5.1"
"typescript": "^3.9.9"
},
"husky": {
"skipCI": true,