]> gerrit.simantics Code Review - simantics/3d.git/blob - org.simantics.plant3d.product.repository/pom.xml
Allow user to specify component name in ComponentSelectionDialog
[simantics/3d.git] / org.simantics.plant3d.product.repository / 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         <artifactId>org.simantics.plant3d.product.repository</artifactId>
6         <version>1.0.0-SNAPSHOT</version>
7         <packaging>eclipse-repository</packaging>
8         
9         <parent>
10                 <groupId>org.simantics.g3d</groupId>
11                 <artifactId>org.simantics.g3d.root</artifactId>
12                 <version>1.0.0-SNAPSHOT</version>
13         </parent>
14
15         <build>
16                 <plugins>
17                         <plugin>
18                                 <groupId>org.eclipse.tycho</groupId>
19                                 <artifactId>tycho-p2-repository-plugin</artifactId>
20                                 <version>${tycho-version}</version>
21                                 <configuration>
22                                         <includeAllDependencies>true</includeAllDependencies>
23                                         <skipArchive>true</skipArchive>
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                                 <configuration>
45                                         <products>
46                                                 <product>
47                                                         <id>P3D.product</id>
48                                                         <archiveFileName>plant3d-${build.tag}</archiveFileName>
49                                                         <rootFolder>plant3d-${build.tag}</rootFolder>
50                                                 </product>
51                                         </products>
52                                 </configuration>
53                         </plugin>
54                 </plugins>
55         </build>
56
57 </project>