The transitive or not applies to the list that it starts with. Then it
starts applying the various filters defined, but you can't currently
filter and then get the transitives.

On Tue, Aug 4, 2009 at 4:33 PM, JeremieB<[email protected]> wrote:
>
>
> Shef wrote:
>>
>> Now a new problem: it copies over the dependencies with a particular
>> groupId, but not the transitive dependencies. I guess what I really want
>> is jetty plus everything it depends on to go in a directory. Possible
>> without having to list every transitive dependency explicitly?
>>
>
> It's strange because transitive dependencies seem to be included by default
> (see
> http://maven.apache.org/plugins/maven-dependency-plugin/unpack-dependencies-mojo.html
> here )
> You might try to add <excludeTransitive>false</excludeTransitive>, maybe, or
> else it's another problem... Maybe only transitive dependencies with same
> groupId are included ?
>
>
> --
> View this message in context: 
> http://www.nabble.com/Copy-groups-of-dependencies-with-dependency-plugin-tp24799996p24815731.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to