Your xml snippet is missing all element names, but I think I can guess them.
I believe that the version your specifying doesn't exist in central. If you
try some exisiting version it should work. Here's a search of existing
versions for you:
http://search.maven.org/#search|ga|1|cxf-bundle

Secondly, never put artifacts manually in your local repo. It's for Maven to
populate as it will manage some metadata as well. So, scratch the local repo
and start over by specifying a correct version of the cxf artifact.

/Anders

PS. Not sure if packaging 'bundle' is what you want....

On Tue, Apr 12, 2011 at 13:12, HIRRI El Houssein Amine
<hirri...@gmail.com>wrote:

> Hi everybody,
> I'm trying to develop a web service using CXF with maven, so when I add the
> cxf dependency to pom.xml, I got this error message:
>   -> Missing artifact org.apache.cxf:cxf-bundle:bundle:2.2.5:compile
>
> The dependency code is as follow
>
>                        org.apache.cxf
>                        cxf-bundle
>                        2.2.5-incubator
>                        bundle
>
>
> When looking at .m2/repository/... , I found that cxf-bundle-2.2.5.jar
> doesn't exist, so I download it, and put it in the appropriate directory,
> but nothing is going to work
>
> NB: sorry for my english, it is so bad :'(
>
> --
> View this message in context:
> http://maven.40175.n5.nabble.com/Missing-artifact-org-apache-cxf-tp4297947p4297947.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
>
>

Reply via email to