Section 4.3 Building
The project uses Maven 2 as its build tool. Go to the top level directory of the project and type the following command:
mvn clean install
This builds Jetty 6 locally, copy the jar files and artifacts into the correct directories, and put snapshot versions of the artifacts into your local Maven repository.


