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>
10 <groupId>org.simantics.g3d</groupId>
11 <artifactId>org.simantics.g3d.root</artifactId>
12 <version>1.0.0-SNAPSHOT</version>
18 <groupId>org.eclipse.tycho</groupId>
19 <artifactId>tycho-p2-repository-plugin</artifactId>
20 <version>${tycho-version}</version>
22 <includeAllDependencies>true</includeAllDependencies>
23 <skipArchive>true</skipArchive>
27 <groupId>org.eclipse.tycho</groupId>
28 <artifactId>tycho-p2-director-plugin</artifactId>
29 <version>${tycho-version}</version>
32 <id>materialize-products</id>
34 <goal>materialize-products</goal>
38 <id>archive-products</id>
40 <goal>archive-products</goal>
48 <archiveFileName>plant3d-${build.tag}</archiveFileName>
49 <rootFolder>plant3d-${build.tag}</rootFolder>