Hi Mark, Mark Hobson wrote:
> On 17/01/07, Brett Porter <[EMAIL PROTECTED]> wrote: [snip] >> Is the analyse goal like the dependency convergence report? Can any >> of the code be shared? > > The analyse goal reports on the dependencies declared in the POM and > the dependencies actually referenced by the class files. Essentially > it shows redundant dependencies (declared dependencies that are not > required for compilation) and implied dependencies (transitive > dependencies that are required for compilation). > > It's written as a plexus component and uses asm internally, so don't > think it shares any functionality with the dependency report, although > it could be used to annotate it. This sounds really interesting. Although a lot of this could be achieved by inheriting the transitive deps never in compile scope, but as runtime only. That way the deps of a specific component would be explicit (yep, there's a MNG-xxx issue for it). [snip] - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]