With Maven, an artifact name is composed of several parts : the name itself, the version number, sometimes a suffix and the extension.
For example : mycomponent-1.1.2-QA.jar
I would like to manage some parts of this name from quickbuild : version number and suffix.
I already achieved this with Luntbuild using project properties, but it was quite tedious ... Is it possible to natively add such fields in Quickbuild ?
Something that seems yet impossible with Quickbuild is to rename the suffix part of a component located in maven repository during build promotion. I'd like to be able to rename a mycomponent-1.1.2-QA.jar located in repository into mycomponent-1.1.2.jar just by using QuickBuild interface.
PS : I still never really used QuickBuild (just the trial for a few minutes)
Description
With Maven, an artifact name is composed of several parts : the name itself, the version number, sometimes a suffix and the extension.
For example : mycomponent-1.1.2-QA.jar
I would like to manage some parts of this name from quickbuild : version number and suffix.
I already achieved this with Luntbuild using project properties, but it was quite tedious ... Is it possible to natively add such fields in Quickbuild ?
Something that seems yet impossible with Quickbuild is to rename the suffix part of a component located in maven repository during build promotion. I'd like to be able to rename a mycomponent-1.1.2-QA.jar located in repository into mycomponent-1.1.2.jar just by using QuickBuild interface.
PS : I still never really used QuickBuild (just the trial for a few minutes)