You should use 2008.01 as version for servicemix-camel components.

Tomasz Prus wrote:
Tx, but i have one issue yet:


Missing:
----------
1) org.apache.servicemix:servicemix-camel:jar:3.3

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.apache.servicemix
-DartifactId=servicemix-camel -Dversion=3.3 -Dpackaging=jar
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file
there:
      mvn deploy:deploy-file -DgroupId=org.apache.servicemix
-DartifactId=servicemix-camel -Dversion=3.3 -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
        1) de.comvel:integration-su:jbi-service-unit:1.0-SNAPSHOT
        2) org.apache.servicemix:servicemix-camel:jar:3.3

----------
1 required artifact is missing.

for artifact:
  de.comvel:integration-su:jbi-service-unit:1.0-SNAPSHOT

from the specified remote repositories:
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  apache (http://people.apache.org/repo/m2-ibiblio-rsync-repository),
  central (http://repo1.maven.org/maven2)


2008/10/29 Gosse, William <[EMAIL PROTECTED]>

In your pom you should have a plugin section like the following :

                       <plugin>

<groupId>org.apache.servicemix.tooling</groupId>
                               <artifactId>jbi-maven-plugin</artifactId>
                               <version>4.0</version>
                               <extensions>true</extensions>
                       </plugin>

You just have to set the <version> element to '4.0'

William


-----Original Message-----
From: Tomasz Prus [mailto:[EMAIL PROTECTED]
Sent: mercredi 29 octobre 2008 14:31
To: [email protected]
Subject: Re: ServiceMix 3.3

How can i configure in pom to use jbi-maven-plugin version 4.0 ?


2008/10/29 Guillaume Nodet <[EMAIL PROTECTED]>

The latest version of this plugin is 4.0.  You can use it with
ServiceMix 3.3 without any problems.

On Wed, Oct 29, 2008 at 2:05 PM, Tomasz Prus <[EMAIL PROTECTED]> wrote:
I try use ServiceMix 3.3 (because i found on ServiceMix download page
that
it is strongly recomended to use 3.3 version) but it doesn't work with
Maven:


Project ID: org.apache.servicemix.tooling:jbi-maven-plugin

Reason: POM 'org.apache.servicemix.tooling:jbi-maven-plugin' not found
in
repository: Unable to download the artifact from any repository

 org.apache.servicemix.tooling:jbi-maven-plugin:pom:3.3

from the specified remote repositories:
 apache.snapshots (
http://people.apache.org/repo/m2-snapshot-repository
),
 apache (http://people.apache.org/repo/m2-ibiblio-rsync-repository),
 central (http://repo1.maven.org/maven2)
 for project org.apache.servicemix.tooling:jbi-maven-plugin

What can i do? Which version is really stable and ready to use with
maven
jbi plugin?


--
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/
------------------------
Open Source SOA
http://fusesource.com



Reply via email to