Hi Brian,
Brian Fox wrote at Dienstag, 23. Juni 2009 17:07:
> On Tue, Jun 23, 2009 at 7:27 AM, Jörg Schaible
> wrote:
>> Hi folks,
>>
>> is there any way to change the transitive behaviour of ZIPs to
>> non-transitive? I tried to use Maven's extension mechanism with a jar
>> containing a componen
The transitivity of a given artifact is controlled by the
artifactHandler, so you would need to introduce a new impl (probably
as an extension) to flip that value to false.
On Tue, Jun 23, 2009 at 7:27 AM, Jörg Schaible wrote:
> Hi folks,
>
> is there any way to change the transitive behaviour of
Hi folks,
is there any way to change the transitive behaviour of ZIPs to
non-transitive? I tried to use Maven's extension mechanism with a jar
containing a component descriptor for zip files, where the
includesDependencies paremeter is set to true, but it seems to be ignored.
Any hints?
- Jörg