Re: Question about why/when Maven will automatically exclude transitive dependencies.

2008-06-20 Thread joseph.desjardins
another useful one is mvn help:effectivePom On Tue, 2008-06-17 at 10:45 +0200, Julien Simon wrote: > Hi, > > If you want to see the list of dependencies and their scope for a POM, you > could try mvn dependency:tree > For further information on how to use the dependency plugin, have a look a >

Re: Question about why/when Maven will automatically exclude transitive dependencies.

2008-06-17 Thread Ryan Moquin
A nice, thanks.. didn't even realize I could do that with that plugin. Thank! Hopefully that will tell me what is being excluded.. must be something indirect since I wouldn't exclude my own core dependencies. :) (or at least not intentionally). On Tue, Jun 17, 2008 at 4:45 AM, Julien Simon <

Re: Question about why/when Maven will automatically exclude transitive dependencies.

2008-06-17 Thread Julien Simon
Hi, If you want to see the list of dependencies and their scope for a POM, you could try mvn dependency:tree For further information on how to use the dependency plugin, have a look a this link ; http://maven.apache.org/plugins/maven-dependency-plugin/examples/resolving-conflicts-using-the-depend

Re: Question about why/when Maven will automatically exclude transitive dependencies.

2008-06-16 Thread Ryan Moquin
I guess when I think about it, this looks like a stupid question because it could easily be that I excluded a dependency somewhere which caused the problem. I positive that isn't the issue, but let's pretend it could be.. is there any way to get a list of dependencies and what status maven conside

Question about why/when Maven will automatically exclude transitive dependencies.

2008-06-16 Thread Ryan Moquin
I have never really been able to figure this out and it's really driving me up the wall at the moment. Is there a time that Maven2 will automatically exclude transitive dependencies? Here is the scenario: I have 2 projects, then both include the exact same dependency. When I build the first lib