]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.osgi.tests/pom.xml
Merge commit 'bf75fd9'
[simantics/platform.git] / tests / org.simantics.scl.osgi.tests / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
3     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
4     <modelVersion>4.0.0</modelVersion>\r
5     <groupId>org.simantics</groupId>\r
6     <artifactId>org.simantics.scl.osgi.tests</artifactId>\r
7     <version>1.0.0-SNAPSHOT</version>\r
8     <packaging>eclipse-test-plugin</packaging>\r
9 \r
10     <parent>\r
11         <groupId>org.simantics</groupId>\r
12         <artifactId>org.simantics.root.tests</artifactId>\r
13         <version>1.0.0-SNAPSHOT</version>\r
14     </parent>\r
15 \r
16     <build>\r
17         <plugins>\r
18             <plugin>\r
19                 <groupId>org.eclipse.tycho</groupId>\r
20                 <artifactId>target-platform-configuration</artifactId>\r
21                 <configuration>\r
22                     <dependency-resolution>\r
23                         <extraRequirements>\r
24                             <requirement>\r
25                                 <type>eclipse-feature</type>\r
26                                 <id>org.simantics.sdk</id>\r
27                                 <versionRange>0.0.0</versionRange>\r
28                             </requirement>\r
29                         </extraRequirements>\r
30                     </dependency-resolution>\r
31                 </configuration>\r
32             </plugin>\r
33             <plugin>\r
34                 <groupId>org.eclipse.tycho</groupId>\r
35                 <artifactId>tycho-surefire-plugin</artifactId>\r
36                 <version>${tycho.version}</version>\r
37                 <configuration>\r
38                 </configuration>\r
39             </plugin>\r
40         </plugins>\r
41     </build>\r
42 </project>\r