summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-04-15 21:03:44 +0000
committerPaul Phillips <paulp@improving.org>2011-04-15 21:03:44 +0000
commit54fa0d6c3e9dd66fce1a0b0f322b06838cd7cb0f (patch)
tree2aac0ef53f139e975eccf6e369b5e32124e56490 /tools
parented52bec270e9ac659638f10c05d1d0efedf4c5cc (diff)
downloadscala-54fa0d6c3e9dd66fce1a0b0f322b06838cd7cb0f.tar.gz
scala-54fa0d6c3e9dd66fce1a0b0f322b06838cd7cb0f.tar.bz2
scala-54fa0d6c3e9dd66fce1a0b0f322b06838cd7cb0f.zip
Added a script in tools for deploying maven art...
Added a script in tools for deploying maven artifacts locally, since it always takes me an eternity to figure out slash remember how to do it. No review.
Diffstat (limited to 'tools')
-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