>From a fresh checkout and after nuking my repo I get:

[INFO] -------------------------------------------------------------------------
---
[INFO] Building Apache Tuscany Simple WebApp Sample
[INFO]    task-segment: [clean]
[INFO] -------------------------------------------------------------------------
---
Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/tus
cany/sca/plugins/tuscany-war-plugin/1.0-incubator-M2-SNAPSHOT/tuscany-war-plugin
-1.0-incubator-M2-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/sca/plu
gins/tuscany-war-plugin/1.0-incubator-M2-SNAPSHOT/tuscany-war-plugin-1.0-incubat
or-M2-SNAPSHOT.jar
[WARNING] Unable to get resource from repository codehaus-snapshot (http://snaps
hots.repository.codehaus.org)
[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.sca.plugins -Dartifact
Id=tuscany-war-plugin \
        -Dversion=1.0-incubator-M2-SNAPSHOT -Dpackaging=maven-plugin -Dfile=/pat
h/to/file


  org.apache.tuscany.sca.plugins:tuscany-war-plugin:maven-plugin:1.0-incubator-M
2-SNAPSHOT

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

  org.apache.tuscany.sca.plugins:tuscany-war-plugin:maven-plugin:1.0-incubator-M
2-SNAPSHOT

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

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 seconds
[INFO] Finished at: Mon Sep 25 10:58:08 EDT 2006
[INFO] Final Memory: 7M/13M
[INFO] ------------------------------------------------------------------------

Any ideas?

Thanks

Reply via email to