This commit is contained in:
Robert Scholte 2015-09-19 17:46:24 +02:00
parent 7ab01081d9
commit df7a76abd9
1 changed files with 10 additions and 1 deletions

View File

@ -46,7 +46,7 @@
required artifacts. --> required artifacts. -->
<properties> <properties>
<surefireMemory>-Xmx384m -XX:MaxPermSize=192m</surefireMemory> <surefireMemory>-Xmx384m</surefireMemory>
<!-- The original Maven distribution to test. --> <!-- The original Maven distribution to test. -->
<mavenHome>${maven.home}</mavenHome> <mavenHome>${maven.home}</mavenHome>
<!-- The (possibly instrumented copy of the) Maven distribution we actually <!-- The (possibly instrumented copy of the) Maven distribution we actually
@ -291,6 +291,15 @@
</plugins> </plugins>
</build> </build>
</profile> </profile>
<profile>
<id>jdk-properties</id>
<activation>
<jdk>(,1.8)</jdk>
</activation>
<properties>
<surefireMemory>-Xmx384m -XX:MaxPermSize=192m</surefireMemory>
</properties>
</profile>
<profile> <profile>
<id>embedded</id> <id>embedded</id>
<build> <build>