1 Reply Latest reply on Apr 1, 2008 9:30 AM by pgier

    mvn dependency:tree

    dimitris

      An 'mvn dependency:tree' from AS trunk/thirdparty with a semi-cleaned local maven repo takes almost half an hour for me. Is there a way to see the dependency tree without actually downloading all the .jar files locally?

      [INFO] ------------------------------------------------------------------------
      [INFO] BUILD SUCCESSFUL
      [INFO] ------------------------------------------------------------------------
      [INFO] Total time: 27 minutes 49 seconds
      [INFO] Finished at: Tue Apr 01 15:28:52 EEST 2008
      [INFO] Final Memory: 24M/47M
      [INFO] ------------------------------------------------------------------------
      


        • 1. Re: mvn dependency:tree
          pgier

          I think the dependency plugin uses the dependency resolution from the maven core components. Unfortunately I don't think this has a way to distinguish between resolving the dependencies just to get the list (just download the poms) and resolve the dependencies for compiling (where you need the jars) and other stuff.