We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f7714 commit fa2d041Copy full SHA for fa2d041
1 file changed
tests/run.sh
@@ -146,7 +146,8 @@ rm "$buildScriptTemp" ||
146
die 'Error adjusting melting pot build script!'
147
148
# HACK: Adjust component POMs to satisfy Maven HTTPS strictness.
149
-find "$meltingPotDir" -name pom.xml | while read pom
+find "$meltingPotDir" -name pom.xml |
150
+ while read pom
151
do
152
mv "$pom" "$pom.original" &&
153
sed -E -e 's_(https?://maven.imagej.net|http://maven.scijava.org)_https://maven.scijava.org_g' \
0 commit comments