Hmmm, this has left me slightly confused. What process is in place to make sure the snapshot repository is populated. I had thought that anyone wanting to build using Tuscany snapshots as dependencies would have to get them into their local maven repo, by e.g. building from source. But that doesn't fit with the existence of a remote snapshot repository.
Kelvin. On 02/11/06, Ignacio Silva-Lepe <[EMAIL PROTECTED]> 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)
