blob: 8f77a41fb9a66dfae63e0bb99ee40644394911e2 [file] [log] [blame]
#!/bin/bash
set -eu
echo -e "Installing maven snapshot locally...\n"
bash $(dirname $0)/execute-deploy.sh \
"install:install-file" \
"LOCAL-SNAPSHOT"
echo -e "Installed local snapshot"