users@jersey.java.net

[WebDAV] Release 1.0 of WebDAV Support for JAX-RS published today

From: Markus KARG <markus.karg_at_gmx.net>
Date: Sun, 15 Feb 2009 15:43:17 +0100

I wanted to inform you that the migration from "WebDAV Support for Jersey"
to "WebDAV Support for JAX-RS" is finished. Today we released version 1.0,
which is hosted on its own web page http://webdav.dev.java.net/jaxrs
<http://webdav.dev.java.net/jaxrs%20on%20java.net> on java.net. You can
download it from java.net's server:

 

* If your project is using Maven 2, then change your pom.xml in two places
to use WebDAV:

 

- Add the following repository, so mvn can find the library on java.net:

 

  <repository>

    <id>maven2-repository.dev.java.net</id>

    <name>Java.net Repository for Maven</name>

    <url>http://download.java.net/maven/2/
<http://download.java.net/maven/2/%3c/url> </url>

  </repository>

 

- Add the following dependency, so mvn knows that it shall download the
library:

 

  <dependency>

    <groupId>net.java.dev.webdav</groupId>

    <artifactId>webdav-jaxrs</artifactId>

    <version>[1.0,1.1)</version>

  </dependency>

 

If your project isn't using Maven 2, then download the library manually from
java.net's Maven 2 repository:
http://download.java.net/maven/2/net/java/dev/webdav/webdav-jaxrs/1.0/webdav
-jaxrs-1.0.jar

 

Regards

Markus