mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-21 06:05:19 +00:00
10 lines
121 B
Plaintext
10 lines
121 B
Plaintext
BUILDING JETTY
|
|
--------------
|
|
|
|
Jetty is built with maven 3.x+
|
|
|
|
$ cd /my/work/directory/jetty-7
|
|
$ mvn clean install
|
|
|
|
|