> Is there a way of comparing the dependency tree of 2 version of the same POM
> and printing out the differences?

Other than something like this (below), I don't know of any way to do this.

mvn dependency:tree > 1.txt
mvn dependency:tree -f pom-old.xml > 2.txt
diff 1.txt 2.txt

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to