From c3d8da0e89d3f2213933ff85dc0cca7d829442ed Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 27 Sep 2012 14:42:10 -0400 Subject: Initial commit --- jh-mvn-localrepo.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 jh-mvn-localrepo.sh (limited to 'jh-mvn-localrepo.sh') 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 -- cgit v1.2.3