mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Update README about running tests
This commit is contained in:
parent
d225b8cbd9
commit
d6f3682df4
1 changed files with 15 additions and 1 deletions
|
@ -3,9 +3,23 @@ writelatex-git-bridge
|
|||
|
||||
Required
|
||||
--------
|
||||
* `maven` (for building)
|
||||
* `maven` (for building, running tests and packaging)
|
||||
* `jdk-8` (for compiling and running)
|
||||
|
||||
Commands
|
||||
--------
|
||||
|
||||
To be run from the base directory:
|
||||
|
||||
**Build jar**:
|
||||
`mvn package`
|
||||
|
||||
**Run tests**:
|
||||
`mvn test`
|
||||
|
||||
**Clean**:
|
||||
`mvn clean`
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue