]> gerrit.simantics Code Review - simantics/platform.git/blob - releng/org.simantics.tycho.configuration/pom.xml
Ignore multiple modelled tests via context menu action
[simantics/platform.git] / releng / org.simantics.tycho.configuration / 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.tycho.configuration</artifactId>
7         <version>1.0.0-SNAPSHOT</version>
8         <packaging>pom</packaging>
9
10         <properties>
11                 <tycho.version>1.0.0</tycho.version>
12                 <tycho.extras.version>1.0.0</tycho.extras.version>
13                 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14                 <mars-repo.url>http://download.eclipse.org/releases/mars</mars-repo.url>
15         </properties>
16
17         <repositories>
18         </repositories>
19
20         <pluginRepositories>
21                 <pluginRepository>
22                         <id>graph-builder-snapshot</id>
23                         <name>Graph Builder Repository</name>
24                         <url>https://repo.simupedia.com/repository/graph-builder-release</url>
25                         <layout>default</layout>
26                         <releases>
27                                 <updatePolicy>never</updatePolicy>
28                         </releases>
29                         <snapshots>
30                                 <updatePolicy>always</updatePolicy>
31                         </snapshots>
32                 </pluginRepository>
33         </pluginRepositories>
34
35         <build>
36                 <plugins>
37                         <plugin>
38                                 <groupId>org.eclipse.tycho</groupId>
39                                 <artifactId>tycho-maven-plugin</artifactId>
40                                 <version>${tycho.version}</version>
41                                 <extensions>true</extensions>
42                         </plugin>
43                         <plugin>
44                                 <groupId>org.eclipse.tycho</groupId>
45                                 <artifactId>tycho-versions-plugin</artifactId>
46                                 <version>${tycho.version}</version>
47                         </plugin>
48                         <plugin>
49                                 <groupId>org.eclipse.tycho</groupId>
50                                 <artifactId>tycho-packaging-plugin</artifactId>
51                                 <version>${tycho.version}</version>
52                                 <configuration>
53                                         <format>'v'yyyyMMdd-HHmmss</format>
54                                 </configuration>
55                         </plugin>
56                         <plugin>
57                                 <groupId>org.eclipse.tycho</groupId>
58                                 <artifactId>target-platform-configuration</artifactId>
59                                 <version>${tycho.version}</version>
60                                 <configuration>
61                                         <target>
62                                                 <artifact>
63                                                         <groupId>org.simantics</groupId>
64                                                         <artifactId>org.simantics.sdk.build.targetdefinition</artifactId>
65                                                         <version>1.0.0-SNAPSHOT</version>
66                                                 </artifact>
67                                         </target>
68                                         <environments>
69 <!--
70                                                 <environment>
71                                                         <os>linux</os>
72                                                         <ws>gtk</ws>
73                                                         <arch>x86</arch>
74                                                 </environment>
75                                                 <environment>
76                                                         <os>linux</os>
77                                                         <ws>gtk</ws>
78                                                         <arch>x86_64</arch>
79                                                 </environment>
80 -->
81                                                 <environment>
82                                                         <os>win32</os>
83                                                         <ws>win32</ws>
84                                                         <arch>x86</arch>
85                                                 </environment>
86                                                 <environment>
87                                                         <os>win32</os>
88                                                         <ws>win32</ws>
89                                                         <arch>x86_64</arch>
90                                                 </environment>
91 <!--
92                                                 <environment>
93                                                         <os>macosx</os>
94                                                         <ws>cocoa</ws>
95                                                         <arch>x86_64</arch>
96                                                 </environment>
97 -->
98                                         </environments>
99                                 </configuration>
100                         </plugin>
101                         <plugin>
102                                 <groupId>org.eclipse.tycho.extras</groupId>
103                                 <artifactId>tycho-source-feature-plugin</artifactId>
104                                 <version>${tycho.extras.version}</version>
105                         </plugin>
106                 </plugins>
107         </build>
108 </project>