Add mvn test
to README
This commit is contained in:
parent
d025a777cd
commit
195dc04df1
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user