Explorar el Código

Add cleaning step to test run

Greg Turnquist hace 13 años
padre
commit
f940e12d05
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      test/run.sh

+ 1
- 1
test/run.sh Ver fichero

@@ -1,6 +1,6 @@
1 1
 cd $(dirname $0)
2 2
 cd ../complete
3
-mvn package
3
+mvn clean package
4 4
 java -jar target/gs-rest-service-0.1.0.jar &
5 5
 PID=$!
6 6
 sleep 3