Re: dependency:analyze-only and pom-only dependencies

2008-09-21 Thread Brett Porter
This seems like a limitation in the plugin that you should file an issue for. Cheers, Brett 2008/9/16 Barry Kaplan <[EMAIL PROTECTED]>: > > We have setup some poms only for the purpose of declaring dependencies (eg, > "unit-test" which depends junit, hamcrest, mockito, etc). Dependent projects >

Re: dependency:analyze-only and pom-only dependencies

2009-01-24 Thread Brian E. Fox
This is because the analyze component is looking for classes in your dependency that are referenced in your classes. We should skip pom dependencies. On 9/21/08 8:16 PM, "Brett Porter" wrote: > This seems like a limitation in the plugin that you should file an issue for. > > Cheers, > Brett >