blob: 08b066c6b9b5c6199b2f8b97e70933942fee87d2 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<name>e(fx)clipse IDE build</name>
<prerequisites>
<maven>3.0</maven>
</prerequisites>
<groupId>org.eclipse.fx.ide</groupId>
<artifactId>releng</artifactId>
<version>2.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<tycho-version>0.22.0</tycho-version>
<tycho-extras.version>0.22.0</tycho-extras.version>
<cbi-plugins.version>1.1.2-SNAPSHOT</cbi-plugins.version>
<junit-version>4.8.1</junit-version>
<mockito-version>1.8.4</mockito-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<platform-version>[3.7,3.8)</platform-version>
<efx_shared_runtime>http://download.eclipse.org/efxclipse/runtime-shared-nightly/site/</efx_shared_runtime>
<download-publish-path>/home/data/httpd/download.eclipse.org/efxclipse/updates-nightly</download-publish-path>
<efx_runtime>http://download.eclipse.org/efxclipse/runtime-nightly/site/</efx_runtime>
<eclipse-repo.url>https://repo.eclipse.org/content/repositories/releases/</eclipse-repo.url>
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/efxclipse/org.eclipse.efxclipse.git</tycho.scmUrl>
</properties>
<modules>
<module>../../bundles/tooling/org.eclipse.fx.ide.jdt.core</module>
<module>../../bundles/tooling/org.eclipse.fx.ide.ui</module>
<module>../../bundles/tooling/org.eclipse.fx.ide.jdt.ui</module>
<module>../../bundles/tooling/org.eclipse.fx.ide.java6</module>
<module>../../bundles/tooling/org.eclipse.fx.ide.rrobot.model</module>
<module>../../bundles/tooling/org.eclipse.fx.ide.rrobot</module>
<module>../../bundles/tooling/org.eclipse.fx.ide.rrobot.dsl</module>
<module>../../bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui</module>
<module>../../bundles/tooling/org.eclipse.fx.ide.pde.ui</module>
<module>../../bundles/tooling/org.eclipse.fx.ide.pde.ui.e4</module>
<module>../../bundles/tooling/org.eclipse.fx.ide.pde.core</module>
<module>../../bundles/tooling/org.eclipse.fx.ide.ui.mobile.sim.device</module>
<module>../../bundles/tooling/org.eclipse.fx.ide.ui.preview</module>
<!-- CSS Tooling -->
<module>../../bundles/tooling/org.eclipse.fx.ide.css</module>
<module>../../bundles/tooling/org.eclipse.fx.ide.css.ui</module>
<module>../../bundles/tooling/org.eclipse.fx.ide.css.jfx2</module>
<module>../../bundles/tooling/org.eclipse.fx.ide.css.jfx8</module>
<module>../../bundles/tooling/org.eclipse.fx.ide.css.cssext</module>
<module>../../bundles/tooling/org.eclipse.fx.ide.css.cssext.ui</module>
<module>../../bundles/tooling/org.eclipse.fx.ide.css.cssext.proposals</module>
<!-- FXGraph / FXML -->
<module>../../bundles/tooling/org.eclipse.fx.ide.model</module>
<module>../../bundles/tooling/org.eclipse.fx.ide.fxgraph</module>
<module>../../bundles/tooling/org.eclipse.fx.ide.fxgraph.ui</module>
<module>../../bundles/tooling/org.eclipse.fx.ide.fxml</module>
<module>../../bundles/tooling/org.eclipse.fx.ide.converter</module>
<module>../../bundles/tooling/org.eclipse.fx.ide.fxml.compiler</module>
<!-- l10n -->
<module>../../bundles/tooling/org.eclipse.fx.ide.l10n</module>
<module>../../bundles/tooling/org.eclipse.fx.ide.l10n.ui</module>
<!-- Mobile -->
<module>../../bundles/tooling/org.eclipse.fx.ide.ui.mobile.sim.launch</module>
<module>../tooling/org.eclipse.fx.ide.basic.feature</module>
<module>../tooling/org.eclipse.fx.ide.rrobot.feature</module>
<module>../tooling/org.eclipse.fx.ide.css.feature</module>
<module>../tooling/org.eclipse.fx.ide.fxgraph.feature</module>
<module>../tooling/org.eclipse.fx.ide.fxml.feature</module>
<module>../tooling/org.eclipse.fx.ide.converter.feature</module>
<module>../tooling/org.eclipse.fx.ide.pde.feature</module>
<module>../tooling/org.eclipse.fx.ide.mobile.feature</module>
<module>../tooling/org.eclipse.fx.ide.l10n.feature</module>
<module>../tooling/org.eclipse.fx.ide.feature</module>
<module>../org.eclipse.fx.ide.updatesite</module>
</modules>
<repositories>
<repository>
<id>luna</id>
<layout>p2</layout>
<url>http://download.eclipse.org/releases/mars</url>
</repository>
<repository>
<id>xtext</id>
<layout>p2</layout>
<url>http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/</url>
</repository>
<repository>
<id>efx-shared-runtime</id>
<layout>p2</layout>
<url>${efx_shared_runtime}</url>
</repository>
<repository>
<id>efx-runtime</id>
<layout>p2</layout>
<url>${efx_runtime}</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>tycho</id>
<url>http://repository.sonatype.org/content/groups/sonatype-public-grid</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
<!-- pluginRepository> <id>eclipse</id> <url>${eclipse-repo.url}</url>
<releases> <enabled>true</enabled> </releases> <snapshots> <enabled>true</enabled>
</snapshots> </pluginRepository -->
<pluginRepository>
<id>eclipse-cbi-releases</id>
<url>https://repo.eclipse.org/content/groups/cbi/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
<build>
<!-- build plugins -->
<plugins>
<plugin>
<groupId>org.eclipse.xtend</groupId>
<artifactId>xtend-maven-plugin</artifactId>
<version>2.7.0</version>
<executions>
<execution>
<goals>
<goal>compile</goal>
</goals>
<!-- optionally you can configure a different target folder -->
<configuration>
<outputDirectory>${basedir}/xtend-gen</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
<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>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<resolver>p2</resolver>
<pomDependencies>consider</pomDependencies>
<environments>
<environment>
<os>linux</os>
<ws>gtk</ws>
<arch>x86</arch>
</environment>
<environment>
<os>linux</os>
<ws>gtk</ws>
<arch>x86_64</arch>
</environment>
<environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86</arch>
</environment>
<environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86_64</arch>
</environment>
<environment>
<os>macosx</os>
<ws>cocoa</ws>
<arch>x86_64</arch>
</environment>
</environments>
</configuration>
</plugin>
</plugins>
<!-- defines the default settings for the used plugins -->
<pluginManagement>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-compiler-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<encoding>UTF-8</encoding>
<extraClasspathElements>
<extraClasspathElement>
<groupId>com.oracle</groupId>
<artifactId>javafx</artifactId>
<version>8.0.0-SNAPSHOT</version>
<systemPath>${java.home}/lib/jfxswt.jar</systemPath>
<scope>system</scope>
</extraClasspathElement>
</extraClasspathElements>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-source-plugin</artifactId>
<version>${tycho-version}</version>
<executions>
<execution>
<id>plugin-source</id>
<goals>
<goal>plugin-source</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-source-feature-plugin</artifactId>
<!-- version>${tycho-version}</version -->
<executions>
<execution>
<id>source-feature</id>
<phase>package</phase>
<goals>
<goal>source-feature</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-packaging-plugin</artifactId>
<version>${tycho-version}</version>
<dependencies>
<!-- dependency> <groupId>org.eclipse.tycho.extras</groupId> <artifactId>tycho-buildtimestamp-jgit</artifactId>
<version>${tycho-extras-version}</version> </dependency -->
<dependency>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-sourceref-jgit</artifactId>
<version>${tycho-extras.version}</version>
</dependency>
</dependencies>
<configuration>
<archive>
<addMavenDescriptor>false</addMavenDescriptor>
</archive>
<sourceReferences>
<generate>true</generate>
</sourceReferences>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
<profiles>
<profile>
<id>build-server</id>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<includePackedArtifacts>false</includePackedArtifacts>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pack200a-plugin</artifactId>
<version>${tycho-extras.version}</version>
<executions>
<execution>
<id>pack200-normalize</id>
<goals>
<goal>normalize</goal>
</goals>
<phase>verify</phase>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
<version>${cbi-plugins.version}</version>
<executions>
<execution>
<id>sign</id>
<goals>
<goal>sign</goal>
</goals>
<phase>verify</phase>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pack200b-plugin</artifactId>
<version>${tycho-extras.version}</version>
<executions>
<execution>
<id>pack200-pack</id>
<goals>
<goal>pack</goal>
</goals>
<phase>verify</phase>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-plugin</artifactId>
<version>${tycho-version}</version>
<executions>
<execution>
<id>p2-metadata</id>
<goals>
<goal>p2-metadata</goal>
</goals>
<phase>verify</phase>
</execution>
</executions>
<configuration>
<defaultP2Metadata>false</defaultP2Metadata>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit-version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>${mockito-version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>