diff options
-rw-r--r-- | jh-mvn-localrepo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jh-mvn-localrepo.sh b/jh-mvn-localrepo.sh index fd6323f..34a2272 100644 --- a/jh-mvn-localrepo.sh +++ b/jh-mvn-localrepo.sh @@ -10,7 +10,7 @@ if [[ $# -gt 0 ]]; then fi if [ -e /etc/maven/settings.xml ]; then - xml sel -T -t -v "//*[local-name()='localRepository']" -n /etc/maven/settings.xml + xml sel -T -t -v //_:localRepository -n /etc/maven/settings.xml else echo /usr/share/maven/repository fi |