9fcf21a641d9e0f2a52c2abb0a61db207263a72c
[taxeditor.git] / eu.etaxonomy.taxeditor / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <parent>
4 <groupId>eu.etaxonomy</groupId>
5 <artifactId>taxeditor-parent</artifactId>
6 <version>3.0.9-SNAPSHOT</version>
7 </parent>
8
9 <modelVersion>4.0.0</modelVersion>
10 <artifactId>eu.etaxonomy.taxeditor</artifactId>
11 <packaging>eclipse-repository</packaging>
12
13 <name>EDIT Taxonomic Editor</name>
14 <description>The EDIT Taxonomic Desktop Editor</description>
15 <url>http://wp5.e-taxonomy.eu/taxeditor</url>
16
17 <build>
18 <plugins>
19 <plugin>
20 <groupId>org.eclipse.tycho</groupId>
21 <artifactId>tycho-p2-director-plugin</artifactId>
22 <version>${tycho.version}</version>
23 <executions>
24 <execution>
25 <id>materialize-products</id>
26 <goals>
27 <goal>materialize-products</goal>
28 </goals>
29 </execution>
30 <execution>
31 <id>archive-products</id>
32 <goals>
33 <goal>archive-products</goal>
34 </goals>
35 </execution>
36 </executions>
37 </plugin>
38 </plugins>
39 </build>
40
41 </project>