Przeglądaj źródła

Convert to mvn compile for initial codeset

Greg Turnquist 10 lat temu
rodzic
commit
12c09ec403
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      test/run.sh

+ 1
- 1
test/run.sh Wyświetl plik

@@ -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