Enable NSH_SFC to use mvn to build its java bindings
[ci-management.git] / jjb / nsh_sfc / include-raw-nsh_sfc-build.sh
index 1d5d27c..1257b7f 100644 (file)
@@ -28,6 +28,9 @@ fi
 echo "sha1sum of this script: ${0}"
 sha1sum $0
 
+export MAVEN_HOME="/opt/apache/maven/"
+export PATH=${MAVEN_HOME}/bin:${PATH}
+
 scripts/ci/verify.sh
 
 echo "*******************************************************************"