QuickBuild: How can I create a builder to open a tarball package (tar.gz) whose name will change wit

Posted by Jin Kim on Stack Overflow See other posts from Stack Overflow or by Jin Kim
Published on 2010-04-20T15:39:11Z Indexed on 2010/04/20 15:43 UTC
Read the original article Hit count: 127

Filed under:
|

I'm using PMEase QuickBuild to perform automated builds of our Maven2 projects and a nightly sanity test to ensure nothing is broken.

The test needs to untar packages which are created by the automated Maven2 projects. The problem is that the package names change frequently due to project versions being incremented all the time.

Does anyone know how I can configure QuickBuild to pick up the version (ideally from the POM file of the individual components), if this is possible at all?

© Stack Overflow or respective owner

Related posts about build-process

Related posts about maven-2