We're had been using a woden snapshot thats been lost due to the ASF server
outage. I've updated to use the 1.0.0M6 release. It should work if you try
again with a fresh check out of the code.
...ant
On 11/1/06, Adriano Crestani <[EMAIL PROTECTED]> wrote:
I'm getting this failure when I'm running the mvn:
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) incubator-woden:woden:jar:SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=incubator-woden
-DartifactId=woden
\
-Dversion=SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1)
org.apache.tuscany.sca.services.bindings:axis2:jar:1.0-incubator-M2-S
NAPSHOT
2) incubator-woden:woden:jar:SNAPSHOT
----------
1 required artifact is missing.
for artifact:
org.apache.tuscany.sca.services.bindings:axis2:jar:1.0-incubator-M2-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
apache.incubator (
http://people.apache.org/repo/m2-incubating-repository/
),
apache.ws.m1.snapshots (http://ws.zones.apache.org/repository),
apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository)
I did tried to download manually as it says:
mvn install:install-file -DgroupId=incubator-woden -DartifactId=woden
org.apache.tuscany.sca.services.bindings:axis2:jar:1.0-incubator-M2-S-Dversion=SNAPSHOT
-Dpackaging=jar-Dfile=/path/to/file
mvn install:install-file -DgroupId=incubator-woden -DartifactId=woden
incubator-woden:woden:jar:SNAPSHOT -Dversion=SNAPSHOT
-Dpackaging=jar-Dfile=/path/to/file
but it is still failing, am I doing something wrong?