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
HI Team,
We are facing build issue with tibco-maven plugin when we are working on pre-release branch.
We have enabled auto-versioning feature on our pipeline which is built as per semver.org standard and as per semver, patch version can be denoted by appending a hyphen and an identifier.
Issue :
Maven build fails with following error message -
[ERROR] Failed to execute goal com.tibco.plugins:bw6-maven-plugin:2.8.0:bwmodule (default-bwmodule) on project AddNumbers: Error assembling JAR: invalid version "1.1.5-autoVersioning.9.qualifier": non-numeric "5-autoVersioning": For input string: "5-autoVersioning" -> [Help 1]
bw6-maven plugin does not take into consideration pre-release identifier while doing numeric check on patch version.
Can this be fixed in the plugin so it starts accepting patch version as per semver standard?
Maven Plugin version: 2.8.0
Maven version: 3.6.1
Product : TIBCO Businessworks Container edition
Product version: 2.6.3
Component: Maven build plugin
The text was updated successfully, but these errors were encountered:
HI Team,
We are facing build issue with tibco-maven plugin when we are working on pre-release branch.
We have enabled auto-versioning feature on our pipeline which is built as per semver.org standard and as per semver, patch version can be denoted by appending a hyphen and an identifier.
Issue :
Maven build fails with following error message -
[ERROR] Failed to execute goal com.tibco.plugins:bw6-maven-plugin:2.8.0:bwmodule (default-bwmodule) on project AddNumbers: Error assembling JAR: invalid version "1.1.5-autoVersioning.9.qualifier": non-numeric "5-autoVersioning": For input string: "5-autoVersioning" -> [Help 1]
bw6-maven plugin does not take into consideration pre-release identifier while doing numeric check on patch version.
Can this be fixed in the plugin so it starts accepting patch version as per semver standard?
Maven Plugin version: 2.8.0
Maven version: 3.6.1
Product : TIBCO Businessworks Container edition
Product version: 2.6.3
Component: Maven build plugin
The text was updated successfully, but these errors were encountered: