Explorar el Código

Convert to mvn compile for initial codeset

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

+ 1
- 1
test/run.sh Ver fichero

@@ -19,7 +19,7 @@ rm -rf build
19 19
 
20 20
 cd ../initial
21 21
 
22
-mvn clean package
22
+mvn clean compile
23 23
 ret=$?
24 24
 if [ $ret -ne 0 ]; then
25 25
 exit $ret