7cb5220fe12accdb44a48105a0db991e84f2bffd
[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.10-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 Product</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 <configuration>
38 <products>
39 <product>
40 <id>eu.etaxonomy.taxeditor.product</id>
41 <rootFolder>EDIT Taxonomic Editor</rootFolder>
42 </product>
43 </products>
44 </configuration>
45 </plugin>
46 <plugin>
47 <artifactId>maven-antrun-plugin</artifactId>
48 <executions>
49 <execution>
50 <phase>package</phase>
51 <configuration>
52 <target>
53
54 <!--
55 Place any Ant task here. You can add anything
56 you can add between <target> and </target> in a
57 build.xml.
58 -->
59
60 </target>
61 </configuration>
62 <goals>
63 <goal>package</goal>
64 </goals>
65 </execution>
66 </executions>
67 </plugin>
68 </plugins>
69 </build>
70
71 </project>