Unverified Commit aaebe4c8 authored by Marc Cornellà's avatar Marc Cornellà Committed by GitHub

fix(mvn): fix listing modules in completion (#10586)

parent bddecfed
...@@ -117,7 +117,7 @@ function listMavenCompletions { ...@@ -117,7 +117,7 @@ function listMavenCompletions {
done done
# List modules # List modules
modules=($(find **/pom.xml -type f | grep -v '/target/classes/META-INF/' | grep '/pom.xml' |sed 's|\(.*\)/pom\.xml|\1|')) modules=($(print -l **/pom.xml(-.N:h) | grep -v '/target/classes/META-INF/'))
reply=( reply=(
# common lifecycle # common lifecycle
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment