We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db8d397 commit 37e8362Copy full SHA for 37e8362
pom.xml
@@ -60,6 +60,8 @@
60
<jackson.version>2.19.2</jackson.version>
61
<maven.surefire.version>3.5.3</maven.surefire.version>
62
<junit.version>5.13.3</junit.version>
63
+ <!-- Default JVM options for tests -->
64
+ <JVM_OPTS></JVM_OPTS>
65
</properties>
66
67
<dependencyManagement>
@@ -270,7 +272,7 @@
270
272
<artifactId>maven-surefire-plugin</artifactId>
271
273
<version>${maven.surefire.version}</version>
274
<configuration>
- <argLine>${JVM_OPTS}</argLine>
275
+ <argLine>@{argLine} ${JVM_OPTS}</argLine>
276
<systemPropertyVariables>
277
<redis-hosts>${redis-hosts}</redis-hosts>
278
</systemPropertyVariables>
0 commit comments