Browse Source

Convert to mvn compile for initial codeset

Greg Turnquist 10 years ago
parent
commit
dc90f09be1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      test/run.sh

+ 1
- 1
test/run.sh View File

@@ -30,7 +30,7 @@ rm -rf build
30 30
 
31 31
 cd ../initial
32 32
 
33
-mvn clean package
33
+mvn clean compile
34 34
 ret=$?
35 35
 if [ $ret -ne 0 ]; then
36 36
 exit $ret