Fix test argLine issue

This commit is contained in:
Gabriele C 2018-03-13 21:57:32 +01:00
parent 0d9228214a
commit a5099d0b9a

View File

@ -172,7 +172,7 @@
<version>2.20.1</version> <version>2.20.1</version>
<configuration> <configuration>
<!-- Force the right file encoding during unit testing --> <!-- Force the right file encoding during unit testing -->
<argLine>-Dfile.encoding=${project.build.sourceEncoding} @{argLine}</argLine> <argLine>-Dfile.encoding=${project.build.sourceEncoding}</argLine>
<systemPropertyVariables> <systemPropertyVariables>
<project.skipExtendedHashTests>${project.skipExtendedHashTests}</project.skipExtendedHashTests> <project.skipExtendedHashTests>${project.skipExtendedHashTests}</project.skipExtendedHashTests>
</systemPropertyVariables> </systemPropertyVariables>