Get rid of the versions in all the poms. Create a dependencyManagement
section in the root pom. Add all Cocoon dependencies to the
dependencyManagement section and specify the version there.
Maven 2.0.6 must be used for this to work properly.
Ralph
Reinhard Poetz wrote:
Ralph Goers wrote:
Well, it is actually quite a bit worse than this. The below was
actually from running mvn idea:idea. After doing "mvn
-Dmaven.test.skip=true -P allblocks install" I ended up with 7
different version of xercesImpl, 3 versions of xerces and xalan, 5
versions of maven-artifact and even 2 versions of
cocoon-spring-configurator. There are many more than these; I just am
highlighting a few.
So what do you suggest?