Re: How to resolve dependencies without building a multi-project

2009-03-04 Thread Arnaud HERITIER
> > >> As far as Mercury goes - you can use PlexusMercury component: for the > resolve call you feed a list of repos, scope and a list of GAVs, it returns > the list of GAVs for the transitive closure. > > Example at > https://svn.apache.org/repos/asf/maven/mercury/trunk/mercury-it/src/test/java/o

Re: How to resolve dependencies without building a multi-project

2009-03-04 Thread Arnaud HERITIER
Hi Igor, MavenEmbedder and MavenProjectBuilder are coming from maven-embedder 3.0 ? Arnaud On Wed, Mar 4, 2009 at 7:38 PM, Igor Fedorenko wrote: > Arnaud, > > We are using MavenEmbedder#readProjectWithDependencies in m2e. We also keep > track of all workspace projects, so inter-module dependenc

Re: How to resolve dependencies without building a multi-project

2009-03-04 Thread Oleg Gusakov
Arnaud HERITIER wrote: Hi guys, In a multi-project, is it possible to resolve its dependencies without having to build it ? I'm trying to find a clean solution for http://jira.codehaus.org/browse/MECLIPSE-472 Any idea ? How are you doing in IDE plugins ? I have to use something not availa

Re: How to resolve dependencies without building a multi-project

2009-03-04 Thread Igor Fedorenko
Arnaud, We are using MavenEmbedder#readProjectWithDependencies in m2e. We also keep track of all workspace projects, so inter-module dependencies are resolved from workspace where applicable. In Tycho, we are using MavenProjectBuilder#buildProjectWithDependencies. I am not sure if this deals

How to resolve dependencies without building a multi-project

2009-03-04 Thread Arnaud HERITIER
Hi guys, In a multi-project, is it possible to resolve its dependencies without having to build it ? I'm trying to find a clean solution for http://jira.codehaus.org/browse/MECLIPSE-472 Any idea ? How are you doing in IDE plugins ? I have to use something not available in 2.0.x like mercury