Skip to main content
summaryrefslogtreecommitdiffstats
blob: ff168133e48c62583d6d690a37ff429c057c1c34 (plain) (blame)
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