Skip to content

Commit c65d48a

Browse files
committed
[pom] Correct direct argline usage
1 parent 8f32e7f commit c65d48a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<groupId>org.apache.maven.plugins</groupId>
114114
<artifactId>maven-surefire-plugin</artifactId>
115115
<configuration>
116-
<argLine>-Xms1024m -Xmx1024m</argLine>
116+
<argLine>${argLine} -Xms1024m -Xmx1024m</argLine>
117117
</configuration>
118118
</plugin>
119119
</plugins>

0 commit comments

Comments
 (0)