Browse Source

Migrate to maven wrapper.

Greg L. Turnquist 4 years ago
parent
commit
91d9a67412
1 changed files with 2 additions and 2 deletions
  1. 2 2
      test/run.sh

+ 2 - 2
test/run.sh

@@ -3,7 +3,7 @@ cd $(dirname $0)
 
 cd ../complete
 
-mvn clean package
+./mvnw clean package
 ret=$?
 if [ $ret -ne 0 ]; then
 exit $ret
@@ -19,7 +19,7 @@ rm -rf build
 
 cd ../initial
 
-mvn clean compile
+./mvnw clean compile
 ret=$?
 if [ $ret -ne 0 ]; then
 exit $ret