Hello list,

I have a project containing multiple artifacts which need to be unpacked.
These unpacked artifacts need to be filtered and afterwards packaged together in a zip archive.

I tried to use the assembly plugin to perform this task.

In my assembly descriptor xml I put the following part:

<assembly>
...
 <dependencySets>
   <dependencySet>
     <unpack>true</unpack>
     <unpackOptions>
       <filtered>true</filtered>
     </unpackOptions>
   </dependencySet>
 </dependencySets>
...
</assembly>

I expected that the plugin performs filtering during the unpack operation but it doesn't. I used version 2.2-SNAPSHOT of the assembly plugin.

What else should be done? Is there a better way to perform the desired operations (unpack, filter and zip)?

Regards
Sebastian

--
T-Systems Multimedia Solutions GmbH (T-Systems MMS)
Sebastian Breit
Softwareentwickler
Hausanschrift: Riesaer Strasse 5, 01129 Dresden
Postanschrift:  Postfach 10 02 24, 01072 Dresden
Telefon: +49 351 28 20-29 27
Telefax: +49 351 28 20-51 14
E-Mail: mailto:[EMAIL PROTECTED]
Internet: http://www.t-systems-mms.com

Reply via email to