I had similar problems, though not with this particular file.
For each failure, I copied the missing files from my previous
archived local maven repo and restarted the build.  All seemed to
complete OK in the end.  In all I had to copy about 4 or 5 files.

  Simon

Ignacio Silva-Lepe wrote:

After a full update and nuking my local repo, I get the following build
failure when trying a mvn clean from the root. Any ideas?


[INFO]
-------------------------------------------------------------------------
---
[INFO] Building Tuscany DAS for Relational Databases
[INFO]    task-segment: [clean]
[INFO]
-------------------------------------------------------------------------
---
[INFO] snapshot
org.apache.tuscany.sdo:tuscany-sdo-plugin:1.0-incubator-SNAPSHOT
: checking for updates from apache.snapshots
[INFO] snapshot
org.apache.tuscany.sdo:tuscany-sdo-plugin:1.0-incubator-SNAPSHOT
: checking for updates from codehaus-snapshot
[INFO] snapshot
org.apache.tuscany.sdo:tuscany-sdo-plugin:1.0-incubator-SNAPSHOT
: checking for updates from apache.incubator
Downloading:
http://people.apache.org/repo/m2-snapshot-repository/org/apache/tus
cany/sdo/tuscany-sdo-plugin/1.0-incubator-SNAPSHOT/tuscany-
sdo-plugin-1.0-incuba
tor-SNAPSHOT.jar
[WARNING] Unable to get resource from repository apache.snapshots (
http://people
.apache.org/repo/m2-snapshot-repository)
Downloading:
http://snapshots.repository.codehaus.org/org/apache/tuscany/sdo/tus
cany-sdo-plugin/1.0-incubator-SNAPSHOT/tuscany-
sdo-plugin-1.0-incubator-SNAPSHOT
.jar
[WARNING] Unable to get resource from repository codehaus-snapshot (
http://snaps
hots.repository.codehaus.org)
Downloading:
http://people.apache.org/repo/m2-incubating-repository/org/apache/t
uscany/sdo/tuscany-sdo-plugin/1.0-incubator-SNAPSHOT/tuscany-
sdo-plugin-1.0-incu
bator-SNAPSHOT.jar
[WARNING] Unable to get resource from repository apache.incubator (
http://people
.apache.org/repo/m2-incubating-repository)
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] A required plugin was not found: Plugin could not be found - check
that t
he goal name is correct: Unable to download the artifact from any repository

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.tuscany.sdo-DartifactId=tusca
ny-sdo-plugin \
       -Dversion=1.0-incubator-SNAPSHOT -Dpackaging=maven-plugin
-Dfile=/path/t
o/file



org.apache.tuscany.sdo:tuscany-sdo-plugin:maven-plugin:1.0-incubator-SNAPSHOT

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),
 codehaus-snapshot (http://snapshots.repository.codehaus.org)


org.apache.tuscany.sdo:tuscany-sdo-plugin:maven-plugin:1.0-incubator-SNAPSHOT

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),
 codehaus-snapshot (http://snapshots.repository.codehaus.org)




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to