File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -564,7 +564,7 @@ meltDown() {
564564 local gav=" $g :$a :$v "
565565
566566 test -z " $( isChanged " $gav " ) " &&
567- args=" $args -D$a .version=$v "
567+ args=" $args \\\\ \n -D$a .version=$v "
568568
569569 if [ " $( isIncluded " $gav " ) " ]
570570 then
@@ -581,7 +581,7 @@ meltDown() {
581581 do
582582 local a=" $( artifactId " $gav " ) "
583583 local v=" $( version " $gav " ) "
584- args=" $args -D$a .version=$v "
584+ args=" $args \\\\ \n -D$a .version=$v "
585585 done
586586 unset TLS
587587
@@ -593,15 +593,15 @@ meltDown() {
593593 generatePOM
594594
595595 # Build everything.
596- echo " mvn $args test \$ @" > build.sh
596+ echo " mvn $args \\\\ \n test \$ @" > build.sh
597597 if [ " $skipBuild " ]
598598 then
599599 info " Skipping the build; run build.sh to do it."
600600 else
601601 info " Building the project!"
602602 # NB: All code is fresh; no need to clean.
603603 debug " mvn $args test"
604- mvn $args test
604+ sh build.sh
605605 fi
606606
607607 info " $1 : complete"
You can’t perform that action at this time.
0 commit comments