Hello everybody!
 
I'm working with maven-assembly-plugin version 2.1 and have the
following problem:
 
I'd like to create two different release zips for my project. The first
one contains only the essential parts to make my project work. The
second zip (lets call it convenience zip) should contain everything from
the essential zip plus further files. My question is now how can the
convenience zip descriptor inherit all from the essential zip
descriptor? Copy-pasting the content of the essential zip descriptor
into the convenience zip descriptor is no acceptable solution.
 
To circumvent this problem I thought about merging the resulting zip
files by using the maven-antrun-plugin. Any better ideas?
 
Thanks & Cheers,
Martin
http://el4j.sf.net
 
 
 

Reply via email to