updated check_maven_pom.sh

pull/2/head
Hari Sekhon 3 years ago
parent ec57ee85c9
commit f7d881a950

@ -33,6 +33,9 @@ section "M a v e n"
start_time="$(start_timer)"
if type -P mvn &>/dev/null; then
type -P mvn
mvn --version
echo
grep -v '/target/' <<< "$poms" |
while read -r pom; do
echo "Validating $pom"

Loading…
Cancel
Save