<div dir="ltr"><div class="gmail_extra">Hi Tobias,<br><br></div><div class="gmail_extra"><div class="gmail_quote">On Fri, Jan 17, 2014 at 8:32 AM, Tobias Pietzsch <span dir="ltr"><<a href="mailto:pietzsch@mpi-cbg.de" target="_blank">pietzsch@mpi-cbg.de</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>Btw, can you recommend a good way to trace through the pom dependency tree?</div><div>I used a combination of Eclipse's "Effective pom", grep-ing in ~/.m2/repository, and pure luck… Are there better tools?</div>

</blockquote></div><br></div><div class="gmail_extra">Personally, I like to use the <a href="http://maven.apache.org/plugins/maven-dependency-plugin/tree-mojo.html">dependency:tree</a> plugin from the command line, and I prefer the "Dependency Hierarchy" in Eclipse (which is basically the same as dependency:tree, and perhaps easier to read).<br>

<br></div><div class="gmail_extra">The Effective POM can be helpful, but I find it to be too much information when you're just trying to figure out dependencies.<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">

- Mark<br></div></div>