Lines Matching refs:perl_command
10 perl_command=$1
19 …if grep -q "${search}" "$pomFile" && [[ $(wc -c < "$pomFile") != $(perl -0pe "$perl_command" "$po…
21 echo "Applying $perl_command for $pomFile"
22 perl -i -0pe "$perl_command" "$pomFile"
32 …perl_command="s/(<${parent}>.*?)\s*<${type}>\s*?<groupId>[a-z\-\.]*<\/groupId>\s*?<artifactId>${na…
33 runRegexOnPoms "$perl_command" "$name"
39 …perl_command="s/(\s*<${type}>\s*?<groupId>[a-z\-\.]*<\/groupId>\s*?<artifactId>${name//-/\-}<\/art…
40 runRegexOnPoms "$perl_command" "$name"
46 …perl_command="s/(\s*<${type}>\s*?<groupId>[a-z\-\.]*<\/groupId>\s*?<artifactId>${name//-/\-}<\/art…
47 runRegexOnPoms "$perl_command" "$name"
57 perl_command="s/\s*<${element}>.*?<\/${element}>//s"
58 runRegexOnPoms "$perl_command" "<${element}>"
62 …perl_command="s/(\s*<properties>\s*.*?)(\s*<checkstyle.header.file>grafeas.header<\/checkstyle.hea…
63 runRegexOnPoms "$perl_command" ">Grafeas Client<"