Skip to content

Commit ae77fdc

Browse files
committed
revert: "build: fix JaCoCo report generation."
This change breaks the unit tests: [ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd /home/travis/build/php-coder/mystamps && /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java '@{argLine}' -Dfile.encoding=UTF-8 -Xss256k -jar /home/travis/build/php-coder/mystamps/target/surefire/surefirebooter8389137149183507179.jar /home/travis/build/php-coder/mystamps/target/surefire 2020-01-22T23-14-08_793-jvmRun1 surefire4311161623250613262tmp surefire_02177420687972276735tmp This reverts commit 7fbb2f6. Fix #1243
1 parent fe20884 commit ae77fdc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pom.xml

+1-3
Original file line numberDiff line numberDiff line change
@@ -916,10 +916,8 @@
916916
Workaround for a bug in surefire plugin: it doesn't respect sourceEncoding
917917
and doesn't pass it into a forked process.
918918
See: https://stackoverflow.com/questions/17656475/maven-source-encoding-in-utf-8-not-working
919-
920-
NB: @{argLine} is needed for JaCoCo java agent.
921919
-->
922-
<argLine>@{argLine} -Dfile.encoding=${project.build.sourceEncoding} -Xss256k</argLine>
920+
<argLine>-Dfile.encoding=${project.build.sourceEncoding} -Xss256k</argLine>
923921
</configuration>
924922
</plugin>
925923

0 commit comments

Comments
 (0)