aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/jenkins/scripts/ls-top-poms.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/jenkins/scripts/ls-top-poms.sh')
-rwxr-xr-xbootstrap/jenkins/scripts/ls-top-poms.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap/jenkins/scripts/ls-top-poms.sh b/bootstrap/jenkins/scripts/ls-top-poms.sh
new file mode 100755
index 000000000..e856ee977
--- /dev/null
+++ b/bootstrap/jenkins/scripts/ls-top-poms.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+find $1 -mindepth 0 -type d -exec test -e "{}/pom.xml" ';' -prune -printf "%P\n" | sort