• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/bash
2
3set -eu
4
5echo -e "Installing maven snapshot locally...\n"
6
7bash $(dirname $0)/execute-deploy.sh \
8  "install:install-file" \
9  "LOCAL-SNAPSHOT"
10
11echo -e "Installed local snapshot"
12