Buckminster is dead, long live Tycho. The complete build can now be fully automated...
[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.6-SNAPSHOT</version>
7 </parent>
8
9 <modelVersion>4.0.0</modelVersion>
10 <groupId>eu.etaxonomy</groupId>
11 <artifactId>eu.etaxonomy.taxeditor</artifactId>
12 <!-- packaging>eclipse-application</packaging -->
13 <packaging>eclipse-repository</packaging>
14 <version>3.0.6-SNAPSHOT</version>
15
16 <name>EDIT Taxonomic Editor</name>
17 <description>The EDIT Taxonomic Desktop Editor</description>
18 <url>http://wp5.e-taxonomy.eu/taxeditor</url>
19
20 <build>
21 <plugins>
22 <!-- plugin> <groupId>org.sonatype.tycho</groupId> <artifactId>maven-osgi-packaging-plugin</artifactId>
23 <version>${tycho.version}</version> <configuration> <environments> <environment>
24 <os>macosx</os> <ws>cocoa</ws> <arch>x86</arch> </environment> <environment>
25 <os>linux</os> <ws>gtk</ws> <arch>x86</arch> </environment> <environment>
26 <os>win32</os> <ws>win32</ws> <arch>x86</arch> </environment> </environments>
27 </configuration> </plugin -->
28 <plugin>
29 <groupId>org.eclipse.tycho</groupId>
30 <artifactId>tycho-p2-director-plugin</artifactId>
31 <version>${tycho.version}</version>
32 <executions>
33 <execution>
34 <id>materialize-products</id>
35 <goals>
36 <goal>materialize-products</goal>
37 </goals>
38 </execution>
39 <execution>
40 <id>archive-products</id>
41 <goals>
42 <goal>archive-products</goal>
43 </goals>
44 </execution>
45 </executions>
46 </plugin>
47 </plugins>
48 </build>
49
50 </project>