Re: will maven-dependency-tree API be replaced in Maven3?

2009-02-17 Thread Mark Hobson
2009/2/16 pi song pi.so...@gmail.com: I have just noticed that Maven3 is on the way. The new dependency resolver really looks very interesting. Just curious how would that affect maven-shared/maven-dependency-tree. Will this API stay the same or be replaced? I'd personally be in favour of

Re: will maven-dependency-tree API be replaced in Maven3?

2009-02-17 Thread pi song
I just had a look at Mercury artifact resolver. It currently returns a list of artifacts. I think you will need a middle man to help expose that list as simplified tree anyway (for plug-in developers). Am I right? Just want to understand a bit more. Pi Song On Tue, Feb 17, 2009 at 8:05 PM, Mark

Re: will maven-dependency-tree API be replaced in Maven3?

2009-02-17 Thread Milos Kleint
not plugin devs only. I've started using dependency-tree component in netbeans maven support extensively as well. It's very convenient.. Milos On Tue, Feb 17, 2009 at 1:20 PM, pi song pi.so...@gmail.com wrote: I just had a look at Mercury artifact resolver. It currently returns a list of

Re: will maven-dependency-tree API be replaced in Maven3?

2009-02-17 Thread Oleg Gusakov
pi song wrote: I just had a look at Mercury artifact resolver. It currently returns a list of artifacts. Mercury has the following resolution APIs - see DependencyBuilder interface: - buildTree - creates a full metadata tree - resolveConflicts has two flavors -- ListArtifactMetadata

Re: will maven-dependency-tree API be replaced in Maven3?

2009-02-17 Thread Oleg Gusakov
Additional clarifications: Oleg Gusakov wrote: pi song wrote: I just had a look at Mercury artifact resolver. It currently returns a list of artifacts. Mercury has the following resolution APIs - see DependencyBuilder interface: I became so addicted to m2eclipse that completely forgot

Re: will maven-dependency-tree API be replaced in Maven3?

2009-02-17 Thread Jason van Zyl
On 17-Feb-09, at 4:05 AM, Mark Hobson wrote: 2009/2/16 pi song pi.so...@gmail.com: I have just noticed that Maven3 is on the way. The new dependency resolver really looks very interesting. Just curious how would that affect maven-shared/maven-dependency-tree. Will this API stay the same or

will maven-dependency-tree API be replaced in Maven3?

2009-02-16 Thread pi song
I have just noticed that Maven3 is on the way. The new dependency resolver really looks very interesting. Just curious how would that affect maven-shared/maven-dependency-tree. Will this API stay the same or be replaced? Pi Song

Re: will maven-dependency-tree API be replaced in Maven3?

2009-02-16 Thread Brian Fox
I have it on my todo to integrate mercury into the dependency plugin. Most of the shared component will be superceded by mercury. It's too early to say if the Interface will change or not --Brian (mobile) On Feb 16, 2009, at 5:54 PM, pi song pi.so...@gmail.com wrote: I have just noticed