1 <?xml version="1.0" encoding="UTF-8"?>
\r
2 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
\r
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
\r
4 <modelVersion>4.0.0</modelVersion>
\r
6 <groupId>org.eclipse.emf.compare</groupId>
\r
7 <artifactId>emf.compare-test-parent</artifactId>
\r
8 <version>1.0.0-SNAPSHOT</version>
\r
9 <relativePath>../../org.eclipse.emf.compare-parent/test-parent</relativePath>
\r
11 <groupId>org.eclipse.emf.compare</groupId>
\r
12 <artifactId>org.eclipse.emf.compare.tests.performance</artifactId>
\r
13 <version>1.0.0-SNAPSHOT</version>
\r
14 <packaging>eclipse-test-plugin</packaging>
\r
19 <groupId>org.eclipse.tycho</groupId>
\r
20 <artifactId>tycho-surefire-plugin</artifactId>
\r
23 <include>org/eclipse/emf/compare/tests/performance/${performance-suite}Suite.class</include>
\r
25 <argLine>-Xmx4096m -XX:MaxPermSize=512m</argLine>
\r