]> gerrit.simantics Code Review - simantics/platform.git/blob - releng/org.simantics.desktop.rcp.product/pom.xml
Fixed multiple issues causing dangling references to discarded queries
[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                                         <skipArchive>true</skipArchive>
25                                 </configuration>
26                         </plugin>
27                         <plugin>
28                                 <groupId>org.eclipse.tycho</groupId>
29                                 <artifactId>tycho-p2-director-plugin</artifactId>
30                                 <version>${tycho.version}</version>
31                                 <executions>
32                                         <execution>
33                                                 <id>materialize-products</id>
34                                                 <goals>
35                                                         <goal>materialize-products</goal>
36                                                 </goals>
37                                         </execution>
38                                         <execution>
39                                                 <id>archive-products</id>
40                                                 <goals>
41                                                         <goal>archive-products</goal>
42                                                 </goals>
43                                         </execution>
44                                 </executions>
45                         </plugin>
46                 </plugins>
47         </build>
48
49 </project>