Skip to content

Commit

Permalink
Convert to mvn compile for initial codeset
Browse files Browse the repository at this point in the history
  • Loading branch information
gregturn committed Feb 19, 2014
1 parent f811605 commit 12c09ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run.sh
Expand Up @@ -19,7 +19,7 @@ rm -rf build

cd ../initial

mvn clean package
mvn clean compile
ret=$?
if [ $ret -ne 0 ]; then
exit $ret
Expand Down

0 comments on commit 12c09ec

Please sign in to comment.