Browse Source

Convert to mvn compile for initial codeset

Greg Turnquist 11 years ago
parent
commit
6828e2ac12
1 changed files with 1 additions and 1 deletions
  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