admin@glassfish.java.net

Re: Jersey OSGi issue? Was: Re: dev test for admin cli

From: Jakub Podlesak <Jakub.Podlesak_at_Sun.COM>
Date: Fri, 25 Jun 2010 18:42:51 +0200

On 06/25/2010 06:36 PM, Ludovic Champenois wrote:
> On 6/25/10 9:34 AM, Jakub Podlesak wrote:
>>
>> This is available at:
>>
>> http://download.java.net/maven/2/com/sun/jersey/contribs/jersey-multipart/1.4-SNAPSHOT/
>> http://download.java.net/maven/2/com/sun/jersey/jersey-server/1.4-SNAPSHOT/
>>
>> i.e. from http://download.java.net/maven/2
>> where are you building from? is there the above repository defined?
>>
> I just changed the master v3 pom.xml with
> <jersey.version>1.4-SNAPSHOT</jersey.version>
>
>

Hmmm, never seen this before. Need to leave the office now.
A (bit ugly) workaround could be to build Jersey locally to get your
local m2 repo updated
and only after that to build v3:

svn co https://jersey.dev.java.net/svn/jersey/trunk/jersey
cd jersey
mvn -Dmaven.test.skip clean install

should not take longer than ~40 mins

HTH,

~Jakub