Hi, On Mon, Sep 14, 2015 at 4:22 PM, Muhui Jiang <[email protected]> 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. _______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
