Skip to content

Customized version #51

@mlookaxw

Description

@mlookaxw

The plugin automatically configures the "Version" attribute of a policy property within .pol and .fed. packages. The version is displayed within the "Grid" tab of the Admin Node Manager.

Currently the version string is fixed to the ${project.version} of the Maven project.

A new property axway.project.version will be introduced to customize the version. As default the value will be set to ${project.version} . The version can be overwritten by a command line property or by a defined property within the pom.xml.

Example

$ mvn clean package -Daxway.project.version="${project.version}-BN20201031"

<properties>
  <axway.project.version>${project.version}-BN20201031</axway.project.version>
</properties>

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions