I cleaned out my entire repo and now having following dependency error during JAXWS

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.axis2:axis2-kernel:jar:20070201.195152-1

  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-kernel \ -Dversion=20070201.195152-1 -Dpackaging=jar -Dfile=/path/ to/file

  Path to dependency:
        1) org.apache.geronimo.modules:geronimo-jaxws:jar:2.0-SNAPSHOT
        2) org.apache.axis2:axis2-jaxws-api:jar:SNAPSHOT
        3) org.apache.axis2:axis2-kernel:jar:20070201.195152-1

----------
1 required artifact is missing.

for artifact:
  org.apache.geronimo.modules:geronimo-jaxws:jar:2.0-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  ws-zones (http://ws.zones.apache.org/repository/),
apache.snapshots (http://people.apache.org/repo/m2-snapshot- repository),
  codehaus (http://repository.codehaus.org),
apache-snapshots (http://people.apache.org/repo/m2-snapshot- repository),
  codehaus-snapshots (http://snapshots.repository.codehaus.org),
apache-incubator (http://people.apache.org/repo/m2-incubating- repository/),
  tomcat-m2-repo (http://tomcat.apache.org/dev/dist/m2-repository/),
  maven-repo1 (http://repo1.maven.org/maven/)


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 minutes 1 second
[INFO] Finished at: Thu Feb 01 17:39:38 EST 2007
[INFO] Final Memory: 73M/508M
[INFO] ------------------------------------------------------------------------


-sachin


Reply via email to