v0.8.0
Pre-release
Pre-release
Changes
Replaced Properties
Following properties are no longer supported:
axway.passphrase.in
: replaced byaxway.passphrase.pol
axway.passphrase.out
: replaced byaxway.passphrase.out
propertyFile
: replaced byaxway.config.props
certsFile
: replaced byaxway.config.certs
Features
#11 New goal apigw:deploy
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 is not supported.
New properties:
axway.anm.host
: Host of the Admin Node Manager.axway.anm.port
: Port of the Admin Node Manager (default: 8090).axway.anm.user
: User to connect to the Admin Node Manager (default: admin).axway.anm.password
: Password of the user.axway.deploy.group
: Name of the group the project is deployed to.axway.passphrase.pol
: Passphrase for.pol
and.env
packages.axway.passphrase.fed
: Passphrase for.fed
packages.axway.passphrase.deploy
: Passphrase for deployment group.axway.config.envs
: Path to environmentalized fields configuration file.axway.config.certs
: Path to certificates configuration file.axway.config.props
: Path to properties configuration file.