Project

General

Profile

Download (1.63 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
		<version>3.0.6-SNAPSHOT</version>
7
	</parent>
8
9
	<modelVersion>4.0.0</modelVersion>
10
	<artifactId>eu.etaxonomy.taxeditor</artifactId>
11
	<!-- packaging>eclipse-application</packaging -->
12
	<packaging>eclipse-repository</packaging>
13
14
	<name>EDIT Taxonomic Editor</name>
15
	<description>The EDIT Taxonomic Desktop Editor</description>
16
	<url>http://wp5.e-taxonomy.eu/taxeditor</url>
17
18
	<build>
19
		<plugins>
20
			<!-- plugin> <groupId>org.sonatype.tycho</groupId> <artifactId>maven-osgi-packaging-plugin</artifactId> 
21
				<version>${tycho.version}</version> <configuration> <environments> <environment> 
22
				<os>macosx</os> <ws>cocoa</ws> <arch>x86</arch> </environment> <environment> 
23
				<os>linux</os> <ws>gtk</ws> <arch>x86</arch> </environment> <environment> 
24
				<os>win32</os> <ws>win32</ws> <arch>x86</arch> </environment> </environments> 
25
				</configuration> </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
			</plugin>
45
		</plugins>
46
	</build>
47
48
</project>