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]
