Skip to content
Snippets Groups Projects
Commit 48790069 authored by User expired's avatar User expired
Browse files

added late property evaluation for argLine to not loose the jacoco arguments

parent 0db93acf
No related branches found
No related tags found
No related merge requests found
...@@ -1373,7 +1373,7 @@ ...@@ -1373,7 +1373,7 @@
<configuration> <configuration>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<skipTests>${skipTests}</skipTests> <skipTests>${skipTests}</skipTests>
<argLine>-Xmx512m -Xms256m -Djava.awt.headless=true</argLine> <argLine>@{argLine} -Xmx512m -Xms256m -Djava.awt.headless=true</argLine>
<systemPropertyVariables> <systemPropertyVariables>
<java.io.tmpdir>${project.build.directory}/olatdata</java.io.tmpdir> <java.io.tmpdir>${project.build.directory}/olatdata</java.io.tmpdir>
</systemPropertyVariables> </systemPropertyVariables>
...@@ -1395,7 +1395,7 @@ ...@@ -1395,7 +1395,7 @@
<skipITs>${skipSeleniumTests}</skipITs> <skipITs>${skipSeleniumTests}</skipITs>
<skipTests>${skipSeleniumTests}</skipTests> <skipTests>${skipSeleniumTests}</skipTests>
<reuseForks>false</reuseForks> <reuseForks>false</reuseForks>
<argLine>-Xmx512m -Xms256m -Djava.awt.headless=true</argLine> <argLine>@{argLine} -Xmx512m -Xms256m -Djava.awt.headless=true</argLine>
<trimStackTrace>false</trimStackTrace> <trimStackTrace>false</trimStackTrace>
<systemPropertyVariables> <systemPropertyVariables>
<profile>${test.env}</profile> <profile>${test.env}</profile>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment