summaryrefslogtreecommitdiff
path: root/jh-mvn-localrepo.sh
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-09-27 14:42:10 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-09-27 14:42:10 -0400
commitc3d8da0e89d3f2213933ff85dc0cca7d829442ed (patch)
tree967259a8338aa703195b94a9d5131c00545b0f3a /jh-mvn-localrepo.sh
Initial commit
Diffstat (limited to 'jh-mvn-localrepo.sh')
-rw-r--r--jh-mvn-localrepo.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/jh-mvn-localrepo.sh b/jh-mvn-localrepo.sh
new file mode 100644
index 0000000..a126613
--- /dev/null
+++ b/jh-mvn-localrepo.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+. /usr/bin/jh
+
+if [[ $# > 0 ]]; then
+ usage
+ exit 1
+fi
+
+xml sel -T -t -v "//*[local-name()='localRepository']" -n /etc/maven/settings.xml