Publish nsh_sfc jar files to mvn.
[ci-management.git] / jjb / nsh_sfc / include-raw-nsh_sfc-pkg-push.sh
1 #!/bin/bash
2 # basic build script example
3 set -e -o pipefail
4
5 cd nsh-plugin/build/java/jvpp
6 $MVN org.apache.maven.plugins:maven-deploy-plugin:deploy \
7     -gs $GLOBAL_SETTINGS_FILE -s $SETTINGS_FILE
8 cd -