<< Back to previous view |
![]() |
[QB-451] Artifact Publish - Artifact Location Mapping
|
|
Status: | Resolved |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | New Feature | Priority: | Major |
Reporter: | Matthew Inger | Assigned To: | Robin Shen |
Resolution: | Won't Fix | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown |
Description |
I love the artifact publishing step in quickbuild 2, as opposed to having to build this into your ant / maven builds. However, the one thing that would be nice to include in a future release would be to have some sort of mapping available to take the source artifacts and map them onto a different directory structure in the storage area.
Perhaps using some sort of ant file mappers (flatten, glob, etc...) so that if you publish a list of artifacts like this: module1/dist/module1.jar module2/dist/module2.jar module2/dist/module3.jar you don't have to have that same structure in your quickbuild storage area. You could map it down to something else, such as: module1.jar module2.jar module3.jar |
Comments |
Comment by Robin Shen [ 25/Jun/10 09:42 AM ] |
Artifacts directory may be arranged in workspace first with Ant to achieve this. |