Skip to content

v0.8.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@mlookaxw mlookaxw released this 27 Sep 13:21
· 60 commits to master since this release

Changes

Replaced Properties

Following properties are no longer supported:

  • axway.passphrase.in: replaced by axway.passphrase.pol
  • axway.passphrase.out: replaced by axway.passphrase.out
  • propertyFile: replaced by axway.config.props
  • certsFile: replaced by axway.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.