1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4 <modelVersion>4.0.0</modelVersion>
7 <groupId>org.simantics</groupId>
8 <artifactId>org.simantics.root.tests</artifactId>
9 <version>1.0.0-SNAPSHOT</version>
12 <artifactId>org.simantics.tests.integration</artifactId>
13 <version>1.0.0-SNAPSHOT</version>
14 <packaging>eclipse-test-plugin</packaging>
19 <groupId>org.eclipse.tycho</groupId>
20 <artifactId>target-platform-configuration</artifactId>
24 <groupId>org.simantics</groupId>
25 <artifactId>org.simantics.sdk.build.targetdefinition</artifactId>
26 <version>1.0.0-SNAPSHOT</version>
29 <dependency-resolution>
32 <type>eclipse-feature</type>
33 <id>org.simantics.sdk</id>
34 <versionRange>0.0.0</versionRange>
37 <type>eclipse-feature</type>
38 <id>org.simantics.tests.modelled.feature</id>
39 <versionRange>0.0.0</versionRange>
42 <type>eclipse-feature</type>
43 <id>org.simantics.modeling</id>
44 <versionRange>0.0.0</versionRange>
47 </dependency-resolution>
51 <groupId>org.eclipse.tycho</groupId>
52 <artifactId>tycho-surefire-plugin</artifactId>
53 <version>${tycho.version}</version>
55 <application>org.eclipse.pde.junit.runtime.coretestapplication</application>
56 <testClass>org.simantics.tests.integration.SimanticsIntegrationTestSuite</testClass>
57 <forkMode>once</forkMode>
58 <argLine>-Xms2512m -Xmx2512m</argLine>