Przeglądaj źródła

Update README about running tests

Winston Li 10 lat temu
rodzic
commit
d6f3682df4
1 zmienionych plików z 15 dodań i 1 usunięć
  1. 15 1
      services/git-bridge/README.md

+ 15 - 1
services/git-bridge/README.md

@@ -3,9 +3,23 @@ writelatex-git-bridge
 
 
 Required
 Required
 --------
 --------
-  * `maven` (for building)
+  * `maven` (for building, running tests and packaging)
   * `jdk-8` (for compiling and running)
   * `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
 Installation
 ------------
 ------------