Only README.md #745
This commit is contained in:
parent
9f825dadef
commit
11ca0079e9
22
README.TXT
22
README.TXT
|
@ -1,22 +0,0 @@
|
|||
This is a source checkout of the Eclipse Jetty webserver.
|
||||
|
||||
To build, use:
|
||||
|
||||
mvn clean install
|
||||
|
||||
The jetty distribution will be built in
|
||||
|
||||
jetty-distribution/target/distribution
|
||||
|
||||
The first build may take a long time as Maven downloads all the
|
||||
dependencies.
|
||||
|
||||
The tests do a lot of stress testing, and on some machines it is
|
||||
necessary to set the file descriptor limit to greater than 2048
|
||||
for the tests to all pass successfully.
|
||||
|
||||
Bypass tests by building with -Dmaven.test.skip=true but note
|
||||
that this will not produce some test jars that are leveraged
|
||||
in other places in the build.
|
||||
|
||||
See also README.md
|
17
README.md
17
README.md
|
@ -17,7 +17,22 @@ Documentation
|
|||
Project documentation is located on our Eclipse website.
|
||||
|
||||
- [http://www.eclipse.org/jetty/documentation](http://www.eclipse.org/jetty/documentation)
|
||||
- README.TXT
|
||||
|
||||
Building
|
||||
========
|
||||
|
||||
To build, use:
|
||||
```shell
|
||||
mvn clean install
|
||||
```
|
||||
|
||||
The jetty distribution will be built in `jetty-distribution/target/distribution`
|
||||
|
||||
The first build may take a long time as Maven downloads all the dependencies.
|
||||
|
||||
The tests do a lot of stress testing, and on some machines it is necessary to set the file descriptor limit to greater than 2048 for the tests to all pass successfully.
|
||||
|
||||
Bypass tests by building with `mvn -Dmaven.test.skip=true install` but note that this will not produce some test jars that are leveraged in other places in the build.
|
||||
|
||||
Professional Services
|
||||
============
|
||||
|
|
Loading…
Reference in New Issue