Skip to content

Commit

Permalink
More relics
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Dec 5, 2024
1 parent 8873f12 commit 5d37f55
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions its/core-it-suite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ under the License.
-->

<properties>
<surefireMemory>-Xmx384m</surefireMemory>
<!-- The original Maven distribution to test. -->
<mavenHome>${maven.home}</mavenHome>
<!-- The (possibly instrumented copy of the) Maven distribution we actually
Expand Down Expand Up @@ -515,7 +514,6 @@ under the License.
<skip>true</skip>
<forkCount>1</forkCount>
<reuseForks>true</reuseForks>
<argLine>${surefireMemory} -Dcom.sun.management.jmxremote=true</argLine>
<!-- NOTE: Maven plugins have access to the system class path, keep it clean -->
<useSystemClassLoader>false</useSystemClassLoader>
<promoteUserPropertiesToSystemProperties>false</promoteUserPropertiesToSystemProperties>
Expand Down Expand Up @@ -641,15 +639,6 @@ under the License.
</plugins>
</build>
</profile>
<profile>
<id>jdk-properties</id>
<activation>
<jdk>(,1.8)</jdk>
</activation>
<properties>
<surefireMemory>-Xmx384m -XX:MaxPermSize=192m</surefireMemory>
</properties>
</profile>
<profile>
<id>forked</id>
<build>
Expand Down

0 comments on commit 5d37f55

Please sign in to comment.