Minor updates to README
This commit is contained in:
parent
c705c3fd98
commit
97de8f152d
12
README.md
12
README.md
|
@ -3,16 +3,11 @@ Eclipse Jetty Canonical Repository
|
||||||
|
|
||||||
This is the canonical repository for the Jetty project, feel free to fork and contribute now!
|
This is the canonical repository for the Jetty project, feel free to fork and contribute now!
|
||||||
|
|
||||||
Build Status
|
Submitting a patch or pull request?
|
||||||
------------
|
|
||||||
|
|
||||||
- Master Branch - [![Build Status](http://ci.webtide.net:9099/build/job/jetty-master/badge/icon)](http://ci.webtide.net:9099/build/job/jetty-master/)
|
Make sure you have an Eclipse Contributor Agreement (ECA) on file.
|
||||||
- Jetty 9.3.x Branch - [![Build Status](http://ci.webtide.net:9099/build/job/jetty-9.3.x/badge/icon)](http://ci.webtide.net:9099/build/job/jetty-9.3.x/)
|
|
||||||
- Jetty 9.2.x Branch - [![Build Status](http://ci.webtide.net:9099/build/job/jetty-9.2.x/badge/icon)](http://ci.webtide.net:9099/build/job/jetty-9.2.x/)
|
|
||||||
|
|
||||||
Make sure you have a CLA on file!
|
- [eclipse.org/legal/ecafaq](https://www.eclipse.org/legal/ecafaq.php)
|
||||||
|
|
||||||
- [https://www.eclipse.org/legal/clafaq.php](https://www.eclipse.org/legal/clafaq.php)
|
|
||||||
|
|
||||||
Project description
|
Project description
|
||||||
-------------------
|
-------------------
|
||||||
|
@ -34,6 +29,7 @@ Building
|
||||||
========
|
========
|
||||||
|
|
||||||
To build, use:
|
To build, use:
|
||||||
|
|
||||||
``` shell
|
``` shell
|
||||||
mvn clean install
|
mvn clean install
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue