Re: Turning off transitive dependencies in Maven2

2007-01-18 Thread franz see
>> > aimpmunoz >> > >> > >> > >> >> > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View thi

Re: Turning off transitive dependencies in Maven2

2007-01-18 Thread Wayne Fay
(As Patrick stated...) Unless something significant has changed that I'm unaware of, you can't turn off transitive dependencies. Instead, you will need to generate the entire list (run mvn site and check the dependencies report), find the transitive dependencies you don't need, and add exclusions

Re: Turning off transitive dependencies in Maven2

2007-01-18 Thread Patrick Schneider
I believe creating an exclusion list is your only option. Transitive dependency resolution is not switchable, as far as I know. Patrick On 1/18/07, Munoz, Pablo <[EMAIL PROTECTED]> wrote: Help, I need to figure out how to turn off transitive dependencies in Maven 2. I know which libs I nee

Turning off transitive dependencies in Maven2

2007-01-18 Thread Munoz, Pablo
Help, I need to figure out how to turn off transitive dependencies in Maven 2. I know which libs I need and don't need any transitive dependencies. Its causing a lot of problem and rather than trying to figure out what should be excluded from about 70 dependencies I'd like to just turn off t