]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.osgi.tests/pom.xml
Merge "LabelDecorator.decorateLabel can return null"
[simantics/platform.git] / tests / org.simantics.scl.osgi.tests / pom.xml
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>
5     <groupId>org.simantics</groupId>
6     <artifactId>org.simantics.scl.osgi.tests</artifactId>
7     <version>1.0.0-SNAPSHOT</version>
8     <packaging>eclipse-test-plugin</packaging>
9
10     <parent>
11         <groupId>org.simantics</groupId>
12         <artifactId>org.simantics.root.tests</artifactId>
13         <version>1.0.0-SNAPSHOT</version>
14     </parent>
15
16     <build>
17         <plugins>
18             <plugin>
19                 <groupId>org.eclipse.tycho</groupId>
20                 <artifactId>target-platform-configuration</artifactId>
21                 <configuration>
22                     <dependency-resolution>
23                         <extraRequirements>
24                             <requirement>
25                                 <type>eclipse-feature</type>
26                                 <id>org.simantics.sdk</id>
27                                 <versionRange>0.0.0</versionRange>
28                             </requirement>
29                         </extraRequirements>
30                     </dependency-resolution>
31                 </configuration>
32             </plugin>
33             <plugin>
34                 <groupId>org.eclipse.tycho</groupId>
35                 <artifactId>tycho-surefire-plugin</artifactId>
36                 <version>${tycho.version}</version>
37                 <configuration>
38                 </configuration>
39             </plugin>
40         </plugins>
41     </build>
42 </project>