For a more complete anwser, read: http://www.sonatype.com/people/2009/10/maven-tips-and-tricks-optimizing-with-the-maven-dependency-plugin/
Patrick On 10-03-02 01:06 PM, Patrick Turcotte wrote: > mvn dependency:tree > > should help you see nested dependencies. The codehaus maven eclipse > plugin can also help you visualize it. > > Patrick > > On 10-03-02 12:16 PM, Wayne Fay wrote: > >>> The fact is that some dependencies that I use, handles other dependencies >>> that I use too. My IDE is therefore unable to tell me that I forget to add a >>> dependency because of the transitivity. >>> >>> >> If a given module uses an artifact directly, it must be included as a >> dependency in its pom file, not as a transitive dep. >> >> If that doesn't answer your question, perhaps a concrete explanation >> of what you're describing would make things more clear. >> >> Wayne >> >> --------------------------------------------------------------------- >> 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] > > -- Patrick Turcotte Développeur/Architecte Java ------------------------------------ [email protected] (819) 780-8955, poste 1129 Sans frais 1-800-996-8955, poste 1129 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
