You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by to...@gi-de.com on 2008/01/29 12:18:29 UTC

how to detect version conflicts?

Hi, 

I´ve read about dependencyManagement, versions, version ranges and so on.
But still I have some questions:

Following example:

A1.0 references B1.0 
A1.0 references C1.0
B1.0 references C2.0

which version of C will be used (packed in a war for example) in this 
scenario, if A is a module of type war, ear or zip ?
how can I fail the build or trace at least a warning that there´s the same 
artifact, but in different versions?

thanx for any advice, 

torsten