On Sun, 2005-10-09 at 01:41 +0200, Arnaud HERITIER wrote: > Hi all, > > In maven 1.X, we use only two classloaders : > - root : where are loaded : ant, commons-logging , log4j and the jdk tools > - root.maven : maven and all other dependencies loaded for the plugins. > > I recently found a problem because in several plugins we used > commons-collections 3.1 which is incompatible with commons-collections > 2.1 (bundled in maven 1.0) and 3.0 (bundled in maven 1.1) : > http://maven.apache.org/reference/plugins/dependency-convergence-report.html > The javadoc plugin failed because it tried to use a functionnality in > commons-collections 3.1 and this is not the release loaded by > maven. > > In m1 I (we) don't want to do some big refactoring, because we have already > m2 for this. > > What I propose is to try to update all dependencies to unify them between the > core and the plugins :
+1 -- Trygve --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
