]> gerrit.simantics Code Review - simantics/platform.git/blob - releng/org.simantics.desktop.rcp.product/pom.xml
Included Simantics-Desktop product into the platform build.
[simantics/platform.git] / releng / org.simantics.desktop.rcp.product / 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.desktop.rcp.product</artifactId>
7         <version>1.0.0-SNAPSHOT</version>
8         <packaging>eclipse-repository</packaging>
9         
10         <parent>
11                 <groupId>org.simantics</groupId>
12                 <artifactId>org.simantics.root.releng</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>tycho-p2-repository-plugin</artifactId>
21                                 <version>${tycho.version}</version>
22                                 <configuration>
23                                         <includeAllDependencies>true</includeAllDependencies>
24                                 </configuration>
25                         </plugin>
26                         <plugin>
27                                 <groupId>org.eclipse.tycho</groupId>
28                                 <artifactId>tycho-p2-director-plugin</artifactId>
29                                 <version>${tycho.version}</version>
30                                 <executions>
31                                         <execution>
32                                                 <id>materialize-products</id>
33                                                 <goals>
34                                                         <goal>materialize-products</goal>
35                                                 </goals>
36                                         </execution>
37                                         <execution>
38                                                 <id>archive-products</id>
39                                                 <goals>
40                                                         <goal>archive-products</goal>
41                                                 </goals>
42                                         </execution>
43                                 </executions>
44                         </plugin>
45                 </plugins>
46         </build>
47
48 </project>