On Mon, Aug 3, 2009 at 7:10 AM, Benjamin Bentmann<[email protected]> wrote: > Brian Fox wrote: > >> In the dependency and enforcer plugins where I potentially need >> everything, I just ask for test to be resolved and then i pick the >> elements i need. > > Yeah, I know, the problem I described is not impossible to solve. All I > wondered is whether this pattern does not give evidence of a design weakness > in the core that we could fix.
I cant remember if this is already raised somewhere else, but there is similar problem with the scope "test". test means both testCompile and testRuntime (which themselves dont exist) so things like dependency:analyze reports errors because that level of granularity does not exist. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
