You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin now supports to deploy a project directly via the plugin goal `apigw:deploy`. Only the standard deployment is supported. The deployment of static files and JARs are not supported.
12
+
13
+
New properties:
14
+
15
+
* `axway.anm.host`: Host of the Admin Node Manager.
16
+
* `axway.anm.port`: Port of the Admin Node Manager (default: 8090).
17
+
* `axway.anm.user`: User to connect to the Admin Node Manager (default: admin).
18
+
* `axway.anm.password`: Password of the user.
19
+
* `axway.deploy.group`: Name of the group the project is deployed to.
20
+
* `axway.passphrase.pol`: Passphrase for `.pol` and `.env` packages.
21
+
* `axway.passphrase.fed`: Passphrase for `.fed` packages.
22
+
* `axway.passphrase.deploy`: Passphrase for deployment group.
23
+
* `axway.config.envs`: Path to environmentalized fields configuration file.
24
+
* `axway.config.certs`: Path to certificates configuration file.
25
+
* `axway.config.props`: Path to properties configuration file.
26
+
27
+
Deleted properties:
28
+
29
+
* `axway.passphrase.in`: replaced by `axway.passphrase.pol`
30
+
* `axway.passphrase.out`: replaced by `axway.passphrase.out`
31
+
* `propertyFile`: replaced by `axway.config.props`
0 commit comments