mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-25 00:45:18 +00:00
removed old requirements
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@584 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
6fff66c40d
commit
5c4fe0615c
18
BUILDING.txt
18
BUILDING.txt
@ -1,24 +1,6 @@
|
||||
|
||||
|
||||
Jetty is built with maven >= 2.0.8
|
||||
|
||||
Currently there is not eclipse maven repository and we are not yet
|
||||
cleared to make releases to the public maven repositories. Thus in
|
||||
order to build jetty, you need to locally check out and build
|
||||
two modules used by the build system:
|
||||
|
||||
cd /my/work/directory
|
||||
svn co http://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty-parent/trunk/jetty-parent jetty-parent
|
||||
cd jetty-parent
|
||||
mvn install
|
||||
cd ..
|
||||
svn co svn+ssh://gwilkins@dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty-toolchain/trunk jetty-toolchain
|
||||
cd jetty-toolchain
|
||||
mvn install
|
||||
cd ..
|
||||
|
||||
You can then build this project:
|
||||
|
||||
cd /my/work/directory/jetty-7
|
||||
mvn install
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user