users@jersey.java.net

[Jersey] Re: Spring framework support for Jersey 2

From: Marko Asplund <marko.asplund_at_gmail.com>
Date: Sun, 5 May 2013 15:38:21 +0300

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?
>
> ...