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