Re: Non-tranistive ZIPs

2009-06-26 Thread Jörg Schaible
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

Re: Non-tranistive ZIPs

2009-06-23 Thread Brian Fox
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

Non-tranistive ZIPs

2009-06-23 Thread Jörg Schaible
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