run native lib building command from maven

This commit is contained in:
CodingCat
2016-03-16 16:47:08 -04:00
parent 6321bc20ea
commit a31a978471
3 changed files with 17 additions and 1 deletions

View File

@@ -75,7 +75,6 @@ if [ ${TASK} == "java_test" ]; then
set -e
make jvm-packages
cd jvm-packages
./create_jni.sh
mvn clean install -DskipTests=true
mvn test
fi