legacy-svn-scala/tools/deploy-local-maven-snapshot

12 lines
174 B
Bash
Executable File

#!/bin/bash
#
# Install the -SNAPSHOT artifacts in the local maven cache.
set -e
cd $(dirname $0)/..
ant fastdist distpack
cd dists/maven/latest
ant deploy.snapshot.local