I too faced the same problem recently while building GEP with an empty m2 repo, and I resolved it by copying missing artifacts from the repository of a Geronimo 2.0.1 install.
But, this should be fixed before we release GEP 2.1. On Thu, Feb 28, 2008 at 12:46 PM, Jacek Laskowski <[EMAIL PROTECTED]> wrote: > Hi, > > Does anyone know what I'm doing wrong? It's with a fresh checkout of > geronimo-devtools, no changes and no left-overs. > > [EMAIL PROTECTED] /cygdrive/c/oss/geronimo-devtools > $ svn status | cut -d ' ' -f7 | xargs rm -rf > > [EMAIL PROTECTED] /cygdrive/c/oss/geronimo-devtools > $ svn status > > [EMAIL PROTECTED] /cygdrive/c/oss/geronimo-devtools > $ svn up > At revision 631876. > > [EMAIL PROTECTED] /cygdrive/c/oss/geronimo-devtools > $ mvn clean install > ... > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Failed to resolve artifact. > > Missing: > ---------- > 1) org.apache.axis2:axis2-jaxws-api:jar:1.3-r562247 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.axis2 > -DartifactId=axis2-jaxws-api \ > -Dversion=1.3-r562247 -Dpackaging=jar -Dfile=/path/to/file > Alternatively, if you host your own repository you can deploy the file > there: mvn deploy:deploy-file -DgroupId=org.apache.axis2 > -DartifactId=axis2-jaxws-api \ > -Dversion=1.3-r562247 -Dpackaging=jar -Dfile=/path/to/file \ > -Durl=[url] -DrepositoryId=[id] > > Path to dependency: > 1) > org.apache.geronimo.devtools:org.apache.geronimo.runtime.v20:jar:2.1.0 > 2) org.apache.geronimo.modules:geronimo-j2ee-builder:jar:2.0.1 > 3) org.apache.axis2:axis2-jaxws-api:jar:1.3-r562247 > > 2) org.apache.axis2:axis2-saaj-api:jar:1.3-r562247 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.axis2 > -DartifactId=axis2-saaj-api \ > -Dversion=1.3-r562247 -Dpackaging=jar -Dfile=/path/to/file > Alternatively, if you host your own repository you can deploy the file > there: mvn deploy:deploy-file -DgroupId=org.apache.axis2 > -DartifactId=axis2-saaj-api \ > -Dversion=1.3-r562247 -Dpackaging=jar -Dfile=/path/to/file \ > -Durl=[url] -DrepositoryId=[id] > > Path to dependency: > 1) > org.apache.geronimo.devtools:org.apache.geronimo.runtime.v20:jar:2.1.0 > 2) org.apache.geronimo.modules:geronimo-openejb-builder:jar:2.0.1 > 3) > org.apache.geronimo.modules:geronimo-webservices-builder:jar:2.0.1 > 4) org.apache.axis2:axis2-saaj-api:jar:1.3-r562247 > > ---------- > 2 required artifacts are missing. > > for artifact: > org.apache.geronimo.devtools:org.apache.geronimo.runtime.v20:jar:2.1.0 > > from the specified remote repositories: > central (http://repo1.maven.org/maven2), > apache.incubator (http://people.apache.org/repo/m2-incubating-repository/ > ), > apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), > apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository), > codehaus-snapshots (http://snapshots.repository.codehaus.org) > > Jacek > > -- > Jacek Laskowski > http://www.JacekLaskowski.pl > -- Thanks, Shiva
