summaryrefslogtreecommitdiff
path: root/tools/deploy-local-maven-snapshot
diff options
context:
space:
mode:
Diffstat (limited to 'tools/deploy-local-maven-snapshot')
-rwxr-xr-xtools/deploy-local-maven-snapshot11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/deploy-local-maven-snapshot b/tools/deploy-local-maven-snapshot
deleted file mode 100755
index 30f78cb110..0000000000
--- a/tools/deploy-local-maven-snapshot
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/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