summaryrefslogtreecommitdiff
path: root/jh-mvn-localrepo.sh
blob: a126613f560ba87e390a87c66612f7005a0a99ca (plain)
1
2
3
4
5
6
7
8
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