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.html
> 
> 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]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Analyze-dependency-tree-without-compiling-tf3570832s177.html#a9976509
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to