On 12 April 2011 14:13, HIRRI El Houssein Amine <hirri...@gmail.com> wrote:

> Thank you everybody for your replays
> I just fix it using the solution of Tim Kettler, I just added the following
> to my pom.xml
>
>
>                                org.apache.felix
>                                maven-bundle-plugin
>                                2.3.4
>                                true
>

to be honest this isn't the ideal solution, you should be able to use:

    <dependency>
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-bundle</artifactId>
       <version>2.3.3</version>
     </dependency>

and then you won't need to add the maven-bundle-plugin to your pom

but anyway, glad you found a solution :)


> Attached is my final
> http://maven.40175.n5.nabble.com/file/n4298156/pom.xml
> pom.xml  to help you with this kind of problems
>
> Thanks,
>
> --
> View this message in context:
> http://maven.40175.n5.nabble.com/Missing-artifact-org-apache-cxf-tp4297947p4298156.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


-- 
Cheers, Stuart

Reply via email to