Skip to content

Commit af220cc

Browse files
committed
revert: "build: properly fix JaCoCo report generation."
This reverts commit 245ad38. Relate to #1239 Part of #1672
1 parent c5f2047 commit af220cc

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

pom.xml

+6-9
Original file line numberDiff line numberDiff line change
@@ -550,15 +550,6 @@
550550
https://github.com/spring-projects/spring-boot/blob/v2.3.12.RELEASE/spring-boot-project/spring-boot-dependencies/build.gradle
551551
-->
552552
<properties>
553-
<!--
554-
Workaround for a bug in surefire plugin: it doesn't respect sourceEncoding
555-
and doesn't pass it into a forked process.
556-
See: https://stackoverflow.com/questions/17656475/maven-source-encoding-in-utf-8-not-working
557-
558-
Note: don't put this property within surefire-maven-plugin as it would break jacoco-maven-plugin.
559-
-->
560-
<argLine>-Dfile.encoding=${project.build.sourceEncoding} -Xss256k</argLine>
561-
562553
<!-- Redefine default value from spring-boot-dependencies -->
563554
<assertj.version>3.14.0</assertj.version>
564555

@@ -936,6 +927,12 @@
936927
-->
937928
<spring.test.context.limitSize>1</spring.test.context.limitSize>
938929
</systemPropertyVariables>
930+
<!--
931+
Workaround for a bug in surefire plugin: it doesn't respect sourceEncoding
932+
and doesn't pass it into a forked process.
933+
See: https://stackoverflow.com/questions/17656475/maven-source-encoding-in-utf-8-not-working
934+
-->
935+
<argLine>-Dfile.encoding=${project.build.sourceEncoding} -Xss256k</argLine>
939936
</configuration>
940937
</plugin>
941938

0 commit comments

Comments
 (0)