Selaa lähdekoodia

Convert to mvn compile for initial codeset

Greg Turnquist 11 vuotta sitten
vanhempi
commit
6828e2ac12
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      test/run.sh

+ 1 - 1
test/run.sh

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