summaryrefslogtreecommitdiffstats
path: root/jjb/nsh_sfc/include-raw-nsh_sfc-pkg-push.sh
blob: d456c23ef162425fe44351091afac3af16a048b8 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
# basic build script example
set -e -o pipefail

cd nsh-plugin/build/java/jvpp
$MVN org.apache.maven.plugins:maven-deploy-plugin:deploy \
    -gs $GLOBAL_SETTINGS_FILE -s $SETTINGS_FILE
cd -