Hi,
I have done that and it could download some files from
http://people.apache.org/repo/m2-incubating-repository/...
But now this messages appeared:
...
Downloading:
http://repo1.maven.org/maven2/org/apache/servicemix/tooling/jbi-maven-plugin/3.0-incubating/jbi-maven-plugi
n-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 to download the artifact from any reposit
ory

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)

-- SOS


gnodet wrote:
> 
> Try configuring your maven settings to point to the servicemix
> repository as shown at
> http://servicemix.goopen.org/sm30ug/4-examples.html#4.Examples-Mavenconfiguration
> 
> On 10/3/06, zul <[EMAIL PROTECTED]> wrote:
>>
>> Hi,
>>
>> I tried to run the loan-broker-bpel example (version 3.0) by first
>> running
>> (to install) :
>>
>> C:\servicemix\servicemix-3.0\examples\loan-broker-bpel>mvn install
>>
>> It gives the message:
>> [INFO] Scanning for projects...
>> Downloading:
>> http://people.apache.org/maven-snapshot-repository/org/apache/servicemix/samples/3.0-incubating/samples-3.0
>> -incubating.pom
>> [WARNING] Unable to get resource from repository apache.snapshots
>> (http://people.apache.org/maven-snapshot-repository)
>> Downloading:
>> http://repo1.maven.org/maven2/org/apache/servicemix/samples/3.0-incubating/samples-3.0-incubating.pom
>> [WARNING] Unable to get resource from repository central
>> (http://repo1.maven.org/maven2)
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] FATAL ERROR
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Failed to resolve artifact.
>>
>> GroupId: org.apache.servicemix
>> ArtifactId: samples
>> Version: 3.0-incubating
>>
>> Reason: Unable to download the artifact from any repository
>>
>>   org.apache.servicemix:samples:pom:3.0-incubating
>>
>> from the specified remote repositories:
>>   central (http://repo1.maven.org/maven2),
>>   apache.snapshots (http://people.apache.org/maven-snapshot-repository)
>> -------------------------
>>
>> When I checked, it seems that the path and filename to the artifact is
>> not
>> correct.
>> SOS,
>>  zul
>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Installing-loan-broker-bpel-example-tf2374581.html#a6615686
>> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>>
>>
> 
> 
> -- 
> Cheers,
> Guillaume Nodet
> 
> 

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

Reply via email to