Skip to content

Commit 661514c

Browse files
committed
Build update
1 parent 9adb341 commit 661514c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
107107
<maven.compiler.source>1.8</maven.compiler.source>
108108
<maven.compiler.target>1.8</maven.compiler.target>
109+
<argLine></argLine>
109110
</properties>
110111
<dependencies>
111112
<dependency>
@@ -237,7 +238,7 @@
237238
<artifactId>maven-surefire-plugin</artifactId>
238239
<version>2.22.1</version>
239240
<configuration>
240-
<argLine>-Dhazelcast.jmx=true -Dvertx.logger-delegate-factory-class-name=io.vertx.core.logging.Log4j2LogDelegateFactory -Dglue.layers=${project.basedir}/config-layers/common,${project.basedir}/config-layers/test</argLine>
241+
<argLine>@{argLine} -Dhazelcast.jmx=true -Dvertx.logger-delegate-factory-class-name=io.vertx.core.logging.Log4j2LogDelegateFactory -Dglue.layers=${project.basedir}/config-layers/common,${project.basedir}/config-layers/test</argLine>
241242
</configuration>
242243
</plugin>
243244
<plugin>

0 commit comments

Comments
 (0)