Skip to content

Commit 9d63dcc

Browse files
committed
noticket: FIX: Set argLine property to empty for surefire plugin to work w/o JaCoCo
1 parent 9a18057 commit 9d63dcc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,9 @@
170170
<snakeyaml.version>2.4</snakeyaml.version>
171171
<aspectjweaver.version>1.9.24</aspectjweaver.version>
172172
<system-stubs.version>2.1.7</system-stubs.version>
173+
174+
<!-- Empty default for the `argLine` property used by JaCoCo -->
175+
<argLine/>
173176
</properties>
174177

175178
<profiles>

0 commit comments

Comments
 (0)