Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Dependency tree built

Hi,

On Mon, Sep 14, 2015 at 4:22 PM, Muhui Jiang <jiangmuhui@xxxxxxxxx> wrote:
> Okay, I am going to do it.
>
> I used the release jar packages before for my testing.
>
>  If I want to build Jetty source I pulled from github, it seems I need to
> use maven. Am I right?

Maven and JDK 8.

Use:

mvn clean install -DskipTests=true

to speed up the build by skipping all tests.

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top