]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.tests.integration/pom.xml
Simantics integration STS
[simantics/platform.git] / tests / org.simantics.tests.integration / pom.xml
diff --git a/tests/org.simantics.tests.integration/pom.xml b/tests/org.simantics.tests.integration/pom.xml
new file mode 100644 (file)
index 0000000..6941bf8
--- /dev/null
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.simantics</groupId>
+        <artifactId>org.simantics.root.tests</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
+    </parent>
+
+    <artifactId>org.simantics.tests.integration</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
+    <packaging>eclipse-test-plugin</packaging>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.eclipse.tycho</groupId>
+                <artifactId>target-platform-configuration</artifactId>
+                    <configuration>
+                        <target>
+                            <artifact>
+                                <groupId>org.simantics</groupId>
+                                <artifactId>org.simantics.sdk.build.targetdefinition</artifactId>
+                                <version>1.0.0-SNAPSHOT</version>
+                            </artifact>
+                        </target>
+                    <dependency-resolution>
+                        <extraRequirements>
+                            <requirement>
+                                <type>eclipse-feature</type>
+                                <id>org.simantics.sdk</id>
+                                <versionRange>0.0.0</versionRange>
+                            </requirement>
+                            <requirement>
+                                <type>eclipse-feature</type>
+                                <id>org.simantics.tests.modelled.feature</id>
+                                <versionRange>0.0.0</versionRange>
+                            </requirement>
+                            <requirement>
+                                <type>eclipse-feature</type>
+                                <id>org.simantics.modeling</id>
+                                <versionRange>0.0.0</versionRange>
+                            </requirement>
+                        </extraRequirements>
+                    </dependency-resolution>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.eclipse.tycho</groupId>
+                <artifactId>tycho-surefire-plugin</artifactId>
+                <version>${tycho.version}</version>
+                <configuration>
+                    <application>org.eclipse.pde.junit.runtime.coretestapplication</application>
+                    <testClass>org.simantics.tests.integration.SimanticsIntegrationTestSuite</testClass>
+                    <forkMode>once</forkMode>
+                    <argLine>-Xms2512m -Xmx2512m</argLine>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+</project>
\ No newline at end of file