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

> You can just check it
> http://repo1.maven.org/maven2/org/apache/cxf/cxf-bundle/2.3.3/ here  or
> http://search.maven.org/#search|ga|1|cxf-bundle here . I just fix the
> problem for the 2 last artifacts (by removing the *.lastUpdate files form
> the local repository), but the problem still for cxf-bundle (even if I
> remove the *.lastUpdate file). So now the error message is reduced to:
>
>    -> 12/04/11 13:49:32 GMT: Missing artifact
> org.apache.cxf:cxf-bundle:bundle:2.3.3:compile
> :(
>

you should use:

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

because the cxf-bundle project (which has packaging bundle) actually
produces artifacts of type "jar"

--
> View this message in context:
> http://maven.40175.n5.nabble.com/Missing-artifact-org-apache-cxf-tp4297947p4298127.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