You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by Giri Sree <gs...@gmail.com> on 2011/06/18 01:07:10 UTC

Needed help regarding the maven repositories in Geronimo

Hi,
    I am trying to figure out all the sources which maven uses while
building Geronimo (Geronimo v3-M2). Especially the repository links for
various plugins and libraries

Thanks,
SG

Re: Needed help regarding the maven repositories in Geronimo

Posted by David Jencks <da...@yahoo.com>.
Please build trunk, the M2 branch won't compile.  We haven't been updating it to follow the dependencies such as openwebbeans and openejb.

thanks
david jencks

On Jun 17, 2011, at 4:07 PM, Giri Sree wrote:

> Hi,
>     I am trying to figure out all the sources which maven uses while building Geronimo (Geronimo v3-M2). Especially the repository links for various plugins and libraries
> 
> Thanks,
> SG


Re: Needed help regarding the maven repositories in Geronimo

Posted by Russell E Glaue <rg...@cait.org>.
On 06/17/2011 06:07 PM, Giri Sree wrote:
> Hi,
>     I am trying to figure out all the sources which maven uses while
> building Geronimo (Geronimo v3-M2). Especially the repository links for
> various plugins and libraries
> 
> Thanks,
> SG

G3 is a Maven project, so you can use its tools to find this information:
http://maven.apache.org/plugins/maven-dependency-plugin/

-RG