users@jersey.java.net

[Jersey] Re: Spring framework support for Jersey 2

From: miroslav fuksa <miroslav.fuksa_at_oracle.com>
Date: Mon, 06 May 2013 13:15:17 +0200

Hi Marko,

sometimes there is a problem that Felix is incorrectly downloaded during
the build. The exception you have might be caused by that. Can you try
to build jersey more times. This can be cause by network infrastructure,
if you use proxy for example, check your maven settings.xml that it is
correctly defined, etc.

Mira

On 5.5.2013 14:38, Marko Asplund wrote:
> Hi Mira,
>
> I just tried building Jersey 2 using the following procedure:
>
> git clone git_at_github.com:jersey/jersey.git
> mvn clean install -P attach-src,all-tests,promoted
>
> but the build fails during "jersey-bundles-jaxrs-ri" artifact build.
> please see the attached typescript.
>
>
>
> marko
>
>
>
> On 3 May 2013 22:18, miroslav fuksa <miroslav.fuksa_at_oracle.com> wrote:
>> ...
>> Currently the project needs to be build with the profile "promoted". So, to
>> build the project you need to run maven:
>> mvn clean install -P attach-src,all-tests,promoted
>>
>> I have fixed the configuration on buildhive, so now the problem with missing
>> artifacts should not appear. I have scheduled a new build. Can you build the
>> project locally on your machine using the profiles above?
>>
>> ...