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, 11 insertions, 0 deletions
diff --git a/tools/deploy-local-maven-snapshot b/tools/deploy-local-maven-snapshot
new file mode 100755
index 0000000000..30f78cb110
--- /dev/null
+++ b/tools/deploy-local-maven-snapshot
@@ -0,0 +1,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