]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.osgi.tests/pom.xml
Automatic execution of SCL tests in Maven
[simantics/platform.git] / tests / org.simantics.scl.osgi.tests / pom.xml
diff --git a/tests/org.simantics.scl.osgi.tests/pom.xml b/tests/org.simantics.scl.osgi.tests/pom.xml
new file mode 100644 (file)
index 0000000..f22ff33
--- /dev/null
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
+    <modelVersion>4.0.0</modelVersion>\r
+    <groupId>org.simantics</groupId>\r
+    <artifactId>org.simantics.scl.osgi.tests</artifactId>\r
+    <version>1.0.0-SNAPSHOT</version>\r
+    <packaging>eclipse-test-plugin</packaging>\r
+\r
+    <parent>\r
+        <groupId>org.simantics</groupId>\r
+        <artifactId>org.simantics.root.tests</artifactId>\r
+        <version>1.0.0-SNAPSHOT</version>\r
+    </parent>\r
+\r
+    <build>\r
+        <plugins>\r
+            <plugin>\r
+                <groupId>org.eclipse.tycho</groupId>\r
+                <artifactId>target-platform-configuration</artifactId>\r
+                <configuration>\r
+                    <dependency-resolution>\r
+                        <extraRequirements>\r
+                            <requirement>\r
+                                <type>eclipse-feature</type>\r
+                                <id>org.simantics.sdk</id>\r
+                                <versionRange>0.0.0</versionRange>\r
+                            </requirement>\r
+                        </extraRequirements>\r
+                    </dependency-resolution>\r
+                </configuration>\r
+            </plugin>\r
+            <plugin>\r
+                <groupId>org.eclipse.tycho</groupId>\r
+                <artifactId>tycho-surefire-plugin</artifactId>\r
+                <version>${tycho.version}</version>\r
+                <configuration>\r
+                </configuration>\r
+            </plugin>\r
+        </plugins>\r
+    </build>\r
+</project>\r