On Nov 21, 2007 12:53 PM, Michael Bernagou <[EMAIL PROTECTED]> wrote:
> Hello (world),
>
> I'm a sort of noob in Maven2.0.7. I'm using Eclipse WTP and the latest
> maven-eclipse-plugin.
>
> I defined theses dependencies :

[...]

> And when I launched the script :
> %M2_HOME%\bin\mvn eclipse:eclipse -Dwtpversion=1.5
>
> It download something like 20 librairies more such as avalon-framework,
> neethi, etc... why?? I suppose there is a dependency who create many
> inherance but for example, axis2-kernel, I was able to use it in the past
> without all these libraries...

execute "mvn -X test" and maven will print whole dependency tree
so you will see which dependencies are defined as child dependencies
of your dependencies.
This is called 'transitive dependencies' and you may find how to exclude them
here:
http://docs.codehaus.org/display/MAVENUSER/FAQs-1#FAQs-1-CanIdisabletransitivedependencies%3F

HTH,
Tomek

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to