Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: ff168133e48c62583d6d690a37ff429c057c1c34 (plain) (tree)
1
2
3
4
5
6
7
8
9

              
 



                                 
 
 
BUILDING JETTY
--------------

Jetty is built with maven 3.x+

  $ cd /my/work/directory/jetty-7
  $ mvn clean install


Back to the top