1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-07-31 19:10:15 +02:00

Add mvn test to README

This commit is contained in:
metaprime
2016-12-20 01:26:05 -08:00
committed by GitHub
parent d025a777cd
commit 195dc04df1

View File

@@ -53,6 +53,15 @@ mvn clean compile assembly:single
This will include all dependencies in the JAR. This will include all dependencies in the JAR.
Running Tests
-------------
After building you can run tests by running the following:
```bash
mvn test
```
Dependencies Dependencies
------------ ------------
* junit-3.8.1 * junit-3.8.1