Quick question, should core-samples be buildable? I am getting the following error:
[INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] The plugin 'org.apache.tuscany.sca:tuscany-itest-plugin' does not exist o r no valid version could be found [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3 seconds [INFO] Finished at: Wed Feb 14 10:27:18 EST 2007 [INFO] Final Memory: 5M/11M [INFO] ------------------------------------------------------------------------ I see a tuscany-itest-plugin-1.0-incubator-SNAPSHOT.jar in my local repo, but standalone/calculator/pom.xml does not have a version for it; so, to try something I added <version>1.0-incubator-SNAPSHOT</version> to said pom.xml, and now I get: [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. GroupId: org.apache.tuscany.sca ArtifactId: tuscany-itest-plugin Version: 1.0-incubator-SNAPSHOT Reason: Unable to download the artifact from any repository org.apache.tuscany.sca:tuscany-itest-plugin:pom:1.0-incubator-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), sateh (http://maven.sateh.com/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), codehaus-snapshot (http://snapshots.repository.codehaus.org) I am probably missing something really simple, but just in case. Thanks
