Re: who know how the m2eclipse's depences graph design?

2008-09-26 Thread Andreas Gies
AFAIK that tool is developed by sonatype. http://www.sonatype.org Andreas ??? schrieb: That's a awesome tool for my to analyze the depence of my project, I want to know how you guy write this tool? is this a maven-plugin denpends on maven-core? can I get the source code to learn it? ---

Re: who know how the m2eclipse's depences graph design?

2008-09-24 Thread Mark Hobson
I believe it uses maven-dependency-tree: http://maven.apache.org/shared/maven-dependency-tree/ Mark 2008/9/24 陈思淼 <[EMAIL PROTECTED]>: > It's warm heart of you. > > 2008/9/24 Nick Stolwijk <[EMAIL PROTECTED]> > >> I don't know for sure, but I guess it uses the functionality of the >> dependency

Re: who know how the m2eclipse's depences graph design?

2008-09-24 Thread 陈思淼
It's warm heart of you. 2008/9/24 Nick Stolwijk <[EMAIL PROTECTED]> > I don't know for sure, but I guess it uses the functionality of the > dependency plugin [1] and especially the resolve goal. Also take a > look at the various analyze goals of that plugin. > > [1] http://maven.apache.org/plugin

Re: who know how the m2eclipse's depences graph design?

2008-09-24 Thread Nick Stolwijk
I don't know for sure, but I guess it uses the functionality of the dependency plugin [1] and especially the resolve goal. Also take a look at the various analyze goals of that plugin. [1] http://maven.apache.org/plugins/maven-dependency-plugin/ Hth, Nick Stolwijk ~Java Developer~ Iprofs BV. Cl

who know how the m2eclipse's depences graph design?

2008-09-24 Thread 陈思淼
That's a awesome tool for my to analyze the depence of my project, I want to know how you guy write this tool? is this a maven-plugin denpends on maven-core? can I get the source code to learn it?