Evan's posterous

Adventures in pomodoro and other such things

« Back to posts
  • Viewed
    times

Filed under

  • java
  • maven
October 4, 2008

display dependent jars for a maven project

  • Edit
  • Delete
  • Tags
  • Autopost

Ever wonder why you project insists on including some old library file? To print a tree of all of the dependencies within your project use the following maven command:

mvn dependency:tree

  • 0 responses
  • Like
  • Comment