Minor update to BUILDING.txt
This commit is contained in:
parent
570222da94
commit
8e464521f0
|
@ -1,6 +1,9 @@
|
|||
BUILDING JETTY
|
||||
--------------
|
||||
|
||||
Jetty is built with maven >= 2.0.8
|
||||
Jetty is built with maven 3.x+
|
||||
|
||||
$ cd /my/work/directory/jetty-7
|
||||
$ mvn clean install
|
||||
|
||||
cd /my/work/directory/jetty-7
|
||||
mvn install
|
||||
|
||||
|
|
Loading…
Reference in New Issue