Re: Assembly plugin with several descriptors

2008-05-23 Thread John Casey
This is a fairly involved use case, but I'd suggest taking a slightly different approach. First, split your plugin configuration into two execution sections, instead of one...one per assembly descriptor. This should allow you to set the finalName for your distro ZIP, but not the plugin ZIP.

Assembly plugin with several descriptors

2008-05-21 Thread Dobri Kitipov
Hi all, currently I am trying to execute an assembly that makes use of two descriptors. I want to package a given artifact as a ZIP (i.e. my product eclipse plugin) and then include it in an artifact (i.e. my product distribution) that has a DIR and ZIP format set. The problem is that in the first