<< Back to previous view |
![]() |
[QB-95] Manage Maven artifact names from Quickbuild
|
|
Status: | Resolved |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Improvement | Priority: | Major |
Reporter: | Christian Blavier | Assigned To: | Robin Shen |
Resolution: | Fixed | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown |
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) |