Archive

Archives pour la catégorie ‘maven’

Maven est ton ami #1 : Dependency tree

22/07/2009 un commentaire

Someones are saying that Maven is hard to domesticate… That’s true but when you you become Maven aware it really facilitate the developer’s life. More posts will come later on Maven… For now just an answer to guys who are always asking me (and others):

« Hey! Which module include this dependency? I need to update the version but I can not find where it is defined?! »

(Dédicace à Nico Jr ;) )

mvn dependency:tree

This plugin will give you the complete dependency tree of the current module. Thanks Maven!

Categories: maven Tags: ,