File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ For certificate passwords there are separate properties ("password" and "passwor
102102...
103103"update": {
104104 "file": "cert/server.p12",
105- "password-property": "property.name", <3 >
105+ "password-property": "property.name", <2 >
106106 "type": "p12"
107107}
108108----
@@ -240,8 +240,8 @@ $ mvn package -Daxway.config.props.files=c.json,d.json
240240The files are used in the following order:
241241
242242 1. File specified by `axway.config.props` property.
243- 1 . Files specified in the <configuration> element.
244- 1 . Files specified by `axway.config.props.files` property.
243+ 2 . Files specified in the <configuration> element.
244+ 3 . Files specified by `axway.config.props.files` property.
245245
246246If a property exists in the multiple property files the value of from the last property file is used.
247247
You can’t perform that action at this time.
0 commit comments