I am trying to figure out the best way to create my distribution against a multi-project build. Two specific things I am unsure about:
1) I need to write out multiple distribution formats (ok 2 : zip and tgz) but the contents will remain the same in each format. So obviously I would like to define the source for these distribution archives just once. The only thing I could think of was to manually create a CopySpec, configure it appropriately and then manually call the Zip and Tar (does this only create the tar? is there an option to have it create the gz?) 2) I need the CopySpec, however it gets defined, to include stuff from the subprojects. Specifically the artifact produced by the subproject and its dependencies. This is trying to replace a Maven assembly if that sheds light on what I am trying to do. I realize I could "stage" the archive contents and then do the Zip/Tar tasks against the staged contents, but I'd rather avoid that if I can. Thanks -- Steve Ebersole <[email protected]> Hibernate.org --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
