Fix evaluation stage for surefireArgs
This commit is contained in:
parent
85d4de8e2c
commit
3c355b2a5f
2
pom.xml
2
pom.xml
@ -127,7 +127,7 @@
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>${surefire.version}</version>
|
||||
<configuration>
|
||||
<argLine>${surefireArgs} -Dfile.encoding=cp1252</argLine>
|
||||
<argLine>@{surefireArgs} -Dfile.encoding=cp1252</argLine>
|
||||
<suiteXmlFiles>
|
||||
<suiteXmlFile>main/tests/server/conf/tests.xml</suiteXmlFile>
|
||||
</suiteXmlFiles>
|
||||
|
Loading…
Reference in New Issue
Block a user