File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments