Minor update to BUILDING.txt

This commit is contained in:
Joakim Erdfelt 2011-08-30 12:26:16 -07:00
parent 570222da94
commit 8e464521f0
1 changed files with 6 additions and 3 deletions

View File

@ -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