summaryrefslogtreecommitdiff
path: root/tools/deploy-local-maven-snapshot
blob: 30f78cb110123955f11940d14bcafaa03082e683 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/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