Przeglądaj źródła

Convert to mvn compile for initial codeset

Greg Turnquist 11 lat temu
rodzic
commit
6828e2ac12
1 zmienionych plików z 1 dodań i 1 usunięć
  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