I was experiencing the same problem.  I did not have a ~/.m2/settings.xml
file, but created it and copied the settings from the maven configuration
section as you recommended.  The next problem is I can't find the
jbi-maven-plugin.  Build output follows:



[INFO] Scanning for projects...
Downloading:
http://people.apache.org/repo/m2-incubating-repository/org/apache/servicemix/samples/3.0-incubating/samples-3.0-incub
ating.pom
1K downloaded
Downloading:
http://people.apache.org/repo/m2-incubating-repository/org/apache/servicemix/servicemix/3.0-incubating/servicemix-3.0
-incubating.pom
59K downloaded
Downloading:
http://people.apache.org/repo/m2-incubating-repository/org/apache/apache/1/apache-1.pom
[WARNING] Unable to get resource from repository apache-incubating
(http://people.apache.org/repo/m2-incubating-repository)
Downloading:
http://people.apache.org/maven-snapshot-repository/org/apache/apache/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-maven-plugin/3.0-incubating/jbi-maven-plugin-3.0-incu
bating.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/servicemix/tooling/jbi-maven-plugin/3.0-incubating/
jbi-maven-plugin-3.0-incubating.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/servicemix/tooling/tooling/3.0-incubating/tooling-3
.0-incubating.pom
2K downloaded
Downloading:
http://repo1.maven.org/maven2/org/apache/servicemix/tooling/jbi-maven-plugin/3.0-incubating/jbi-maven-plugin-3.0-incu
bating.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 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.servicemix.tooling
-DartifactId=jbi-maven-plugin \
        -Dversion=3.0-incubating -Dpackaging=maven-plugin
-Dfile=/path/to/file


  org.apache.servicemix.tooling:jbi-maven-plugin:maven-plugin:3.0-incubating

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)

  org.apache.servicemix.tooling:jbi-maven-plugin:maven-plugin:3.0-incubating

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: 3 seconds
[INFO] Finished at: Mon Oct 09 09:37:35 PDT 2006
[INFO] Final Memory: 2M/4M
[INFO]
------------------------------------------------------------------------


--
Regards,
Eric Mickelson


-- 
View this message in context: 
http://www.nabble.com/Installing-loan-broker-bpel-example-tf2374581.html#a6721705
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to