If you grab the latest help plugin (2.0.2-SNAPSHOT), you can use help:dependencies. This will be moved to the dependency plugin in the near future (likely before help is released with it).
-----Original Message----- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey De Smet Sent: Monday, April 16, 2007 5:37 AM To: [email protected] Subject: Re: Analyze dependency tree without compiling A direct call on that contains a bug with skin resolving: http://jira.codehaus.org/browse/MPIR-65 Once that's fixed, it would be the solution: a quick, nicely formatted dependency report without compiling. With kind regards, Geoffrey De Smet franz see schreef: > Good day, > > Try project-info-reports:dependencies to generate the dependency report ( > which you can only see from mvn site ). The generated report would be in > target\site\dependencies.html > > Cheers, > Franz > > > Jerome Lacoste-2 wrote: >> On 4/13/07, Geoffrey De Smet <[EMAIL PROTECTED]> wrote: >>> Hi all, >>> >>> Is it possible to analyze the dependency tree without compiling? >>> >>> Compiling gives a build failure, so the following commands don't work: >>> mvn dependency:analyze >>> mvn site >> I think the analyzer uses the class files to identify unused >> dependencies... >> >> It is build on top of asm (http://asm.objectweb.org/). >> http://maven.apache.org/plugins/maven-dependency-plugin/dependencies.htm l >> >> Not sure how this works with reflection though... But i guess the >> relevant libs should be marked as runtime anyway. >> >> Jerome >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
