Browse Source

Convert to mvn compile for initial codeset

Greg Turnquist 11 năm trước cách đây
mục cha
commit
6828e2ac12
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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