Hi all,
i have just moved all contrib stuff under a newly created
[com.sun.jersey.contribs] group. After the change gets populated
through all the java.net maven infrastructure, fresh contrib artifacts
should become published under the contribs subdirectory [1].
The change should make it a bit more apparent what goes into [jersey-bundle]
module and what remains separated.
Affected modules are:
[apache-client]
[jersey-multipart]
[jersey-spring]
[maven-wadl-plugin]
If you use those modules, please update your
dependency [groupId] definitions in your poms
like follows:
<groupId>com.sun.jersey.contribs</groupId>
e.g. for [maven-wadl-plugin] you will have:
<dependency>
<groupId>com.sun.jersey.contribs</groupId>
<artifactId>maven-wadl-plugin</artifactId>
<version>${jersey-release-version}</version>
</dependency>
Thanks for understanding,
~Jakub
[1]
http://download.java.net/maven/2/com/sun/jersey/contribs