At 12:21 PM 9/18/2005, Jeroen Verhage wrote:
> Transitive dependencies aren't supported in maven 1.

I remember, some time ago, Maven downloading jars that I did not
declare as a dependency so I expected transitive dependency to be
supported by the version of Maven I'm using.

Maven 1 would have downloaded any jars which 1) were dependencies of any plugins that were invoked implicitly or explicitly and 2) had not yet been downloaded

That is most likely why you saw jars being downloaded that were not declared as dependents of your project

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

Reply via email to