Maven 3.0.3 - how to check dependency conflict reason -



Maven 3.0.3 - how to check dependency conflict reason -

is there easy way check reason of dependency conflict in maven 3.0.3? easy maven 2.x using debug mode (-x switch). since maven 3.0.3, -x doesn't show dependencies resolution problems. maven produce conflict info without giving underlying source reason.

with maven (>= 3.0.0) utilize sonatype m2eclipse plugin eclipse or alternative latest spring tool suite graphically visualize dependency tree , hence solve conflict problem. 1 time maven project imported ide open pom 'maven pom editor' , see 'dependency hierarchy' , 'dependency graph' tabs. import maven project, go file / import project / maven / existing maven projects. in order utilize downloaded maven 3.x.y version instead of default eclipse-embedded maven installation, go windows / preferences / maven / installations , add together external maven home location. additionally shall enable 'show advanced tabs in pom editor' in section windows / preferences / maven / pom editor.

maven-3

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -