RE: Re: Analyze dependency tree without compiling

2007-04-16 Thread Brian E. Fox
, April 16, 2007 5:37 AM To: users@maven.apache.org 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 r

Re: Analyze dependency tree without compiling

2007-04-16 Thread Geoffrey De Smet
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-rep

Re: Analyze dependency tree without compiling

2007-04-13 Thread franz see
... 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.c

Re: Analyze dependency tree without compiling

2007-04-13 Thread Jerome Lacoste
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

Analyze dependency tree without compiling

2007-04-13 Thread Geoffrey De Smet
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 -- With kind regards, Geoffrey De Smet - To unsub