Materialize x86_64 linux only
[taxeditor.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index bfc3768759cfb36699f0fdeddfe065b2dab21ece..c68377472ec854ee83ae60112b6553e9b5e12eab 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,9 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
+       <prerequisites>
+               <maven>3.0</maven>
+       </prerequisites>
        <groupId>eu.etaxonomy</groupId>
        <artifactId>taxeditor-parent</artifactId>
-       <version>3.0</version>
+       <version>3.0.6-SNAPSHOT</version>
        <name>EDIT Taxonomic Editor</name>
        <description>The Taxonomic Editor for EDIT's platform for cybertaxonomy</description>
        <url>http://wp5.e-taxonomy.eu</url>
@@ -11,7 +14,9 @@
        <packaging>pom</packaging>
        <properties>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-               <cdmlib.version>3.0</cdmlib.version>
+               <cdmlib.version>3.0.7-SNAPSHOT</cdmlib.version>
+               <tycho.version>0.12.0</tycho.version>
+               <taxeditor.version>3.0.6-SNAPSHOT</taxeditor.version>
        </properties>
        <modules>
                <module>eu.etaxonomy.taxeditor.cdmlib</module>
                <module>eu.etaxonomy.taxeditor.printpublisher</module>
                <!--module>eu.etaxonomy.taxeditor.annotatedlineeditor</module-->
                <module>eu.etaxonomy.taxeditor.application</module>
-  </modules>
+               <module>eu.etaxonomy.taxeditor.feature.platform</module>
+               <module>eu.etaxonomy.taxeditor.feature</module>
+               <module>eu.etaxonomy.taxeditor</module>
+       </modules>
        <scm>
                <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/taxeditor/</connection>
                <developerConnection>scm:svn:https://dev.e-taxonomy.eu/svn/trunk/taxeditor/</developerConnection>
@@ -73,7 +81,7 @@
                <url>http://dev.e-taxonomy.eu/trac/</url>
        </issueManagement>
        <ciManagement>
-               <system>Hudson</system>
+               <system>Jenkins</system>
                <url>http://160.45.63.201/jenkins</url>
        </ciManagement>
        <!-- **** REPOSITORIES **** -->
        </repositories>
        <build>
                <plugins>
+                       <plugin>
+                               <groupId>org.eclipse.tycho</groupId>
+                               <artifactId>tycho-maven-plugin</artifactId>
+                               <version>${tycho.version}</version>
+                               <extensions>true</extensions>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.eclipse.tycho</groupId>
+                               <artifactId>tycho-packaging-plugin</artifactId>
+                               <version>${tycho.version}</version>
+                               <configuration>
+                                       <strictVersions>true</strictVersions>
+                               </configuration>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.eclipse.tycho</groupId>
+                               <artifactId>target-platform-configuration</artifactId>
+                               <version>${tycho.version}</version>
+                               <configuration>
+                                       <resolver>p2</resolver>
+                                       <target>
+                                               <artifact>
+                                                       <groupId>eu.etaxonomy</groupId>
+                                                       <artifactId>eu.etaxonomy.taxeditor</artifactId>
+                                                       <version>${taxeditor.version}</version>
+                                                       <classifier>rcp</classifier>
+                                               </artifact>
+                                       </target>
+                                       <ignoreTychoRepositories>true</ignoreTychoRepositories>
+                                       <environments>
+                                               <!--environment>
+                                                       <os>macosx</os>
+                                                       <ws>cocoa</ws>
+                                                       <arch>x86_64</arch>
+                                               </environment-->
+                                               <!--environment>
+                                                       <os>win32</os>
+                                                       <ws>win32</ws>
+                                                       <arch>x86</arch>
+                                               </environment-->
+                                               <environment>
+                                                       <os>linux</os>
+                                                       <ws>gtk</ws>
+                                                       <arch>x86_64</arch>
+                                               </environment>
+                                               <!--environment>
+                                                       <os>linux</os>
+                                                       <ws>gtk</ws>
+                                                       <arch>x86_64</arch>
+                                               </environment-->
+                                       </environments>
+                               </configuration>
+                       </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-compiler-plugin</artifactId>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-site-plugin</artifactId>
-                               <version>2.1.1</version>
+                               <version>2.2</version>
                                <configuration>
                                        <locales>en</locales>
                                </configuration>
                                        </additionalProjectnatures>
                                </configuration>
                        </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-deploy-plugin</artifactId>
+                               <version>2.5</version>
+                       </plugin>
                </plugins>
+               <pluginManagement>
+                       <plugins>
+                               <plugin>
+                                       <groupId>org.apache.maven.plugins</groupId>
+                                       <artifactId>maven-jar-plugin</artifactId>
+                                       <version>2.3.1</version>
+                               </plugin>
+                               <!--plugin>
+                                       <groupId>org.eclipse.tycho</groupId>
+                                       <artifactId>tycho-packaging-plugin</artifactId>
+                                       <version>${tycho.version}</version-->
+                               <!--executions>
+                                               <execution>
+                                                       <id>timestamp</id>
+                                                       <phase>validate</phase>
+                                                       <goals>
+                                                               <goal>timestamp</goal>
+                                                       </goals>
+                                               </execution>
+                                       </executions-->
+                               <!-- for some reason configuration won't work here, have to define
+                                       in each module -->
+                               <!--configuration>
+                                               <archive>
+                                                       <addMavenDescriptor>false</addMavenDescriptor>
+                                               </archive>
+                                               <environments>
+                                                       <environment>
+                                                               <os>macosx</os>
+                                                               <ws>cocoa</ws>
+                                                               <arch>x86</arch>
+                                                       </environment>
+                                               </environments>
+                                       </configuration>
+                               </plugin-->
+                       </plugins>
+               </pluginManagement>
        </build>
        <reporting>
                <plugins>
                        <url>scpexe://160.45.63.151/var/www/wp5.e-taxonomy.eu/cdmlib/mavenrepo/</url>
                </repository>
        </distributionManagement>
-       <!-- **** DEPENDENCIES **** -->
-       <dependencies>
-               <dependency>
-                       <groupId>org.unitils</groupId>
-                       <artifactId>unitils</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>log4j</groupId>
-                       <artifactId>log4j</artifactId>
-               </dependency>
-       </dependencies>
-       <dependencyManagement>
-               <dependencies>
-                       <!-- ******* TAXEDITOR ******* -->
-                       <dependency>
-                               <groupId>eu.etaxonomy</groupId>
-                               <artifactId>taxeditor-store</artifactId>
-                               <version>${project.version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>eu.etaxonomy</groupId>
-                               <artifactId>taxeditor-navigation</artifactId>
-                               <version>${project.version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>eu.etaxonomy</groupId>
-                               <artifactId>taxeditor-editor</artifactId>
-                               <version>${project.version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>eu.etaxonomy</groupId>
-                               <artifactId>taxeditor-bulkeditor</artifactId>
-                               <version>${project.version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>eu.etaxonomy</groupId>
-                               <artifactId>taxeditor-application</artifactId>
-                               <version>${project.version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>eu.etaxonomy</groupId>
-                               <artifactId>taxeditor-printpublisher</artifactId>
-                               <version>${project.version}</version>
-                       </dependency>
-                       <!-- ******* CDMLIB ******* -->
-                       <dependency>
-                               <groupId>eu.etaxonomy</groupId>
-                               <artifactId>cdmlib-model</artifactId>
-                               <version>${cdmlib.version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>eu.etaxonomy</groupId>
-                               <artifactId>cdmlib-commons</artifactId>
-                               <version>${cdmlib.version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>eu.etaxonomy</groupId>
-                               <artifactId>cdmlib-services</artifactId>
-                               <version>${cdmlib.version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>eu.etaxonomy</groupId>
-                               <artifactId>cdmlib-io</artifactId>
-                               <version>${cdmlib.version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>eu.etaxonomy</groupId>
-                               <artifactId>cdmlib-ext</artifactId>
-                               <version>${cdmlib.version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>eu.etaxonomy</groupId>
-                               <artifactId>cdmlib-persistence</artifactId>
-                               <version>${cdmlib.version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>eu.etaxonomy</groupId>
-                               <artifactId>cdmlib-remote</artifactId>
-                               <version>${cdmlib.version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>eu.etaxonomy</groupId>
-                               <artifactId>cdmlib-print</artifactId>
-                               <version>${cdmlib.version}</version>
-                       </dependency>
-                       <!-- ******* ECLIPSE ******* -->
-                       <dependency>
-                               <groupId>org.eclipse</groupId>
-                               <artifactId>help</artifactId>
-                               <version>3.5.0</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.eclipse</groupId>
-                               <artifactId>ecf</artifactId>
-                               <version>3.1.0</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.eclipse</groupId>
-                               <artifactId>text</artifactId>
-                               <version>3.5.0</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.eclipse.core</groupId>
-                               <artifactId>commands</artifactId>
-                               <version>3.6.0</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.eclipse.core</groupId>
-                               <artifactId>filebuffers</artifactId>
-                               <version>3.5.100</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.eclipse.core</groupId>
-                               <artifactId>runtime</artifactId>
-                               <version>3.6.0</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.eclipse.core</groupId>
-                               <artifactId>expressions</artifactId>
-                               <version>3.4.200</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.eclipse.core</groupId>
-                               <artifactId>filesystem</artifactId>
-                               <version>1.3.0</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.eclipse.core</groupId>
-                               <artifactId>jobs</artifactId>
-                               <version>3.5.0</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.eclipse.core</groupId>
-                               <artifactId>contenttype</artifactId>
-                               <version>3.4.100</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.eclipse.core</groupId>
-                               <artifactId>databinding</artifactId>
-                               <version>1.3.100</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.eclipse.core</groupId>
-                               <artifactId>resources</artifactId>
-                               <version>3.6.0</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.eclipse.equinox</groupId>
-                               <artifactId>common</artifactId>
-                               <version>3.6.0</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.eclipse.equinox</groupId>
-                               <artifactId>preferences</artifactId>
-                               <version>3.3.0</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.eclipse.equinox</groupId>
-                               <artifactId>app</artifactId>
-                               <version>1.3.0</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.eclipse.equinox</groupId>
-                               <artifactId>registry</artifactId>
-                               <version>3.5.0</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.eclipse.equinox.p2</groupId>
-                               <artifactId>core</artifactId>
-                               <version>2.0.0</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.eclipse.equinox.p2</groupId>
-                               <artifactId>operations</artifactId>
-                               <version>2.0.0</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.eclipse.ui</groupId>
-                               <artifactId>workbench</artifactId>
-                               <version>3.6.0</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.eclipse</groupId>
-                               <artifactId>ui</artifactId>
-                               <version>3.6.0</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.eclipse.ui</groupId>
-                               <artifactId>editors</artifactId>
-                               <version>3.6.0</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.eclipse.ui</groupId>
-                               <artifactId>navigator</artifactId>
-                               <version>3.5.0</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.eclipse.ui</groupId>
-                               <artifactId>forms</artifactId>
-                               <version>3.5.0</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.eclipse.ui</groupId>
-                               <artifactId>ide</artifactId>
-                               <version>3.6.0</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.eclipse.ui.workbench</groupId>
-                               <artifactId>texteditor</artifactId>
-                               <version>3.6.0</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.eclipse</groupId>
-                               <artifactId>jface</artifactId>
-                               <version>3.6.0</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.eclipse.jface</groupId>
-                               <artifactId>databinding</artifactId>
-                               <version>1.4.0</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.eclipse.jface</groupId>
-                               <artifactId>text</artifactId>
-                               <version>3.6.0</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.eclipse.equinox.p2.metadata</groupId>
-                               <artifactId>repository</artifactId>
-                               <version>1.1.0</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.eclipse.ecf</groupId>
-                               <artifactId>filetransfer</artifactId>
-                               <version>4.0.0</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.eclipse.ecf</groupId>
-                               <artifactId>identity</artifactId>
-                               <version>3.1.0</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.eclipse.ecf.provider</groupId>
-                               <artifactId>filetransfer</artifactId>
-                               <version>3.1.0</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.eclipse</groupId>
-                               <artifactId>swt</artifactId>
-                               <version>3.6.0</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.eclipse</groupId>
-                               <artifactId>osgi</artifactId>
-                               <version>3.6.0</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.eclipse.swt.cocoa</groupId>
-                               <artifactId>macosx</artifactId>
-                               <version>3.6.0</version>
-                       </dependency>
-                       <!-- ******* VARIOUS ******* -->
-                       <dependency>
-                               <groupId>com.google.api</groupId>
-                               <artifactId>translate</artifactId>
-                               <version>0.92</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.apache.commons</groupId>
-                               <artifactId>commons-io</artifactId>
-                               <version>1.3.2</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>log4j</groupId>
-                               <artifactId>log4j</artifactId>
-                               <version>1.2.15</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>junit</groupId>
-                               <artifactId>junit</artifactId>
-                               <version>4.5</version>
-                               <scope>test</scope>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.unitils</groupId>
-                               <artifactId>unitils</artifactId>
-                               <version>2.2</version>
-                               <scope>test</scope>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.dbunit</groupId>
-                               <artifactId>dbunit</artifactId>
-                               <version>2.4.4</version>
-                               <scope>test</scope>
-                       </dependency>
-               </dependencies>
-       </dependencyManagement>
-</project>
\ No newline at end of file
+</project>