use argLine from.command line, too

This commit is contained in:
Axel Uhl
2022-01-18 20:28:11 +01:00
parent c7318896b2
commit 20715a3df8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -512,7 +512,7 @@
<artifactId>tycho-surefire-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<argLine>${tycho.build.argLine}</argLine>
<argLine>@{argLine} ${argLine} ${tycho.build.argLine}</argLine>
<excludes>
<!-- Exclude inner classes -->
<exclude>**/*$*</exclude>