Hi All, I followed the User's Guide to deploy the exmaples, but some BUILD ERROR interrupted me. Any help would be appreciated.
More information : Step 1. download and installed maven-2.0.4 Step 2. Maven configuration Step 2. bin/servicemix Step 3. cd [servicemix_install_dir]/examples/wsdl-first , then type "mvn install". The logs at console below: [INFO] Scanning for projects... Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/s ervicemix/samples/3.0-incubating/samples-3.0-incubating.pom 1K downloaded Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/s ervicemix/servicemix/3.0-incubating/servicemix-3.0-incubating.pom 59K downloaded Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/a pache/1/apache-1.pom [WARNING] Unable to get resource from repository apache-incubating (http://peopl e.apache.org/repo/m2-incubating-repository) Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/apach e/1/apache-1.pom [WARNING] Unable to get resource from repository apache.snapshots (http://people .apache.org/maven-snapshot-repository) Downloading: http://www.ibiblio.org/maven2/org/apache/apache/1/apache-1.pom 3K downloaded [INFO] Reactor build order: [INFO] ServiceMix :: Samples :: WSDL first [INFO] ServiceMix :: Samples :: WSDL first :: JSR181 [INFO] ServiceMix :: Samples :: WSDL first :: HTTP [INFO] ServiceMix :: Samples :: WSDL first :: SA Downloading: http://repo1.maven.org/maven2/org/apache/servicemix/tooling/jbi-mav en-plugin/3.0-incubating/jbi-maven-plugin-3.0-incubating.pom [WARNING] Unable to get resource from repository central (http://repo1.maven.org /maven2) Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/s ervicemix/tooling/jbi-maven-plugin/3.0-incubating/jbi-maven-plugin-3.0-incubatin g.pom 3K downloaded Downloading: http://repo1.maven.org/maven2/org/apache/servicemix/tooling/tooling /3.0-incubating/tooling-3.0-incubating.pom [WARNING] Unable to get resource from repository central (http://repo1.maven.org /maven2) Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/s ervicemix/tooling/tooling/3.0-incubating/tooling-3.0-incubating.pom 2K downloaded Downloading: http://repo1.maven.org/maven2/org/apache/servicemix/tooling/jbi-mav en-plugin/3.0-incubating/jbi-maven-plugin-3.0-incubating.jar [WARNING] Unable to get resource from repository central (http://repo1.maven.org /maven2) [INFO] ------------------------------------------------------------------------- --- [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------- --- [INFO] Plugin could not be found - check that the goal name is correct: Unable t o download the artifact from any repository org.apache.servicemix.tooling:jbi-maven-plugin:3.0-incubating:maven-plugin from the specified remote repositories: central (http://repo1.maven.org/maven2) org.apache.servicemix.tooling:jbi-maven-plugin:3.0-incubating:maven-plugin from the specified remote repositories: central (http://repo1.maven.org/maven2) [INFO] ------------------------------------------------------------------------- --- [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------- --- [INFO] Total time: 14 seconds [INFO] Finished at: Thu Oct 12 10:45:13 CST 2006 [INFO] Final Memory: 2M/4M [INFO] ------------------------------------------------------------------------- --- -- View this message in context: http://www.nabble.com/-Help--%22mvn%22-error-in-Examples-tf2427800.html#a6769269 Sent from the ServiceMix - Dev mailing list archive at Nabble.com.
