We use CXF extensively and the right dependency is

<groupId>org.apache.cxf</groupId>
<artifactId>cxf-bundle</artifactId>
<version>${cxf-bundle.version}</version>

We currently have <cxf-bundle.version>2.2.5</cxf-bundle.version> and are happy but should be moving to a later version.

It is a jar file so we do not need to override the default type.

This is a better question for the CXF forum since you will probably find everyone there uses Maven but is more focused on the correct CXF artifactId, version and type than the folks here.


Ron

On 12/04/2011 8:31 AM, Ron Wheeler wrote:
Shouldn't this be
org.apache.cxf
cxf-bundle
2.2.5-incubator
jar

On 12/04/2011 6:57 AM, HIRRI El Houssein Amine 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-tp4297933p4297933.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to