Paul Austin <[EMAIL PROTECTED]> writes: > Say I have two projects A and B. > > Project A has a custom bin.xml assembly generating A-1.0-bin.zip. > > Project B is an enhancement to A with some extra jar files and also has > a custom bin.xml assembly which takes the whole of the unpacked > A-1.0-bin.zip file and adds in the extra jar files into B-1.0-bin.zip. > > What would I need to include in the assembly for B to include all the > contents of A-1.0-bin.zip? >
Maybe you could use a combination of: - build-helper to attach A's assembly as aan artifact thus installing/deploying it - dependencySet within B's assembly with <unpack>true</unpack> (not sure of the syntax) HTH -- OQube < software engineering \ génie logiciel > Arnaud Bailly, Dr. \web> http://www.oqube.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
