Project

General

Profile

Download (1.33 KB) Statistics
| Branch: | Tag: | Revision:
1 b6f47468 n.hoffmann
<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 f4e55c0a edit-jenkins
		<version>3.3.2.201404111726</version>
7 b6f47468 n.hoffmann
	</parent>
8
9
	<modelVersion>4.0.0</modelVersion>
10
	<artifactId>eu.etaxonomy.taxeditor</artifactId>
11
	<packaging>eclipse-repository</packaging>
12
13 466ff5ee n.hoffmann
	<name>EDIT Taxonomic Editor Product</name>
14 b6f47468 n.hoffmann
	<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 3b92abf1 n.hoffmann
				<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 b6f47468 n.hoffmann
			</plugin>
46
		</plugins>
47
	</build>
48
49
</project>