Hi ,

I just checked out the Synapse sources from :

svn checkout http://svn.apache.org/repos/asf/webservices/synapse/trunk/java
Apache-Synapse


and did a mvn clean install .
The build failed with : [
Downloading:
http://dist.wso2.org/maven2//org/apache/axis2/axis2/SNAPSHOT/axis2-SNAPSHOT.jar
Downloading:
http://people.apache.org/repo/m2-snapshot-repository/org/apache/axis2/axis2/SNAPSHOT/axis2-SNAPSHOT.jar
Downloading:
http://ws.zones.apache.org/repository2/org/apache/axis2/axis2/SNAPSHOT/axis2-SNAPSHOT.jar
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.axis2:axis2:jar:SNAPSHOT

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

  Path to dependency:
      1) org.apache.synapse:synapse-transports:jar:SNAPSHOT
      2) org.apache.rampart:rampart-policy:jar:SNAPSHOT
      3) org.apache.axis2:axis2:jar:SNAPSHOT

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

for artifact:
  org.apache.synapse:synapse-transports:jar:SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  wso2-m2 (http://dist.wso2.org/maven2/),
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository/)


[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 35 seconds
[INFO] Finished at: Tue Sep 04 11:45:37 IST 2007
[INFO] Final Memory: 13M/24M
[INFO]
------------------------------------------------------------------------


]

I am used Maven 2.0.6. Anything I might have missed ? I did not touch the
pom.xmls in the sources.

Thanks.

Reply via email to