blob: b8215c2d0f1617ef72400b77c8d16ea5612ed7c1 [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>
<groupId>org.eclipse.jubula</groupId>
<artifactId>org.eclipse.jubula.releng</artifactId>
<name>Eclipse Jubula</name>
<version>8.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<tycho-version>1.4.0</tycho-version>
<tycho-extras-version>${tycho-version}</tycho-extras-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java8.jdk.base.path>${java.home}/../../java8</java8.jdk.base.path>
<java8.jdk.base.path.eclipse>/opt/public/common/jdk1.8.0_x64-latest</java8.jdk.base.path.eclipse>
</properties>
<distributionManagement>
<repository>
<id>repo.eclipse.org</id>
<name>Project Repository - Releases</name>
<url>https://repo.eclipse.org/content/repositories/jubula-releases/</url>
</repository>
<snapshotRepository>
<id>repo.eclipse.org</id>
<name>Project Repository - Snapshots</name>
<url>https://repo.eclipse.org/content/repositories/jubula-snapshots/</url>
</snapshotRepository>
</distributionManagement>
<profiles>
<profile>
<id>build-eclipse-org-gerrit</id>
<activation>
<property>
<name>build.env</name>
<value>eclipse.org-gerrit</value>
</property>
</activation>
<properties>
<java8.jdk.base.path>${java8.jdk.base.path.eclipse}</java8.jdk.base.path>
</properties>
</profile>
<profile>
<id>build-eclipse-org</id>
<activation>
<property>
<name>build.env</name>
<value>eclipse.org</value>
</property>
</activation>
<properties>
<java8.jdk.base.path>${java8.jdk.base.path.eclipse}</java8.jdk.base.path>
</properties>
<pluginRepositories>
<pluginRepository>
<id>cbi</id>
<url>https://repo.eclipse.org/content/repositories/cbi-releases/</url>
</pluginRepository>
</pluginRepositories>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pack200a-plugin</artifactId>
<version>${tycho-version}</version>
<executions>
<execution>
<id>pack200-normalize</id>
<goals>
<goal>normalize</goal>
</goals>
<phase>verify</phase>
</execution>
</executions>
<configuration>
<supportedProjectTypes>
<supportedProjectType>eclipse-plugin</supportedProjectType>
<supportedProjectType>eclipse-feature</supportedProjectType>
<supportedProjectType>jar</supportedProjectType>
</supportedProjectTypes>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
<version>1.1.2</version>
<executions>
<execution>
<id>sign</id>
<goals>
<goal>sign</goal>
</goals>
<phase>verify</phase>
</execution>
</executions>
<configuration>
<supportedProjectTypes>
<supportedProjectType>eclipse-plugin</supportedProjectType>
<supportedProjectType>eclipse-feature</supportedProjectType>
<supportedProjectType>jar</supportedProjectType>
</supportedProjectTypes>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pack200b-plugin</artifactId>
<version>${tycho-version}</version>
<executions>
<execution>
<id>pack200-pack</id>
<goals>
<goal>pack</goal>
</goals>
<phase>verify</phase>
</execution>
</executions>
<configuration>
<supportedProjectTypes>
<supportedProjectType>eclipse-plugin</supportedProjectType>
<supportedProjectType>eclipse-feature</supportedProjectType>
<supportedProjectType>jar</supportedProjectType>
</supportedProjectTypes>
</configuration>
</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>
<profile>
<id>linux-exec-tests</id>
<activation>
<os>
<name>linux</name>
</os>
</activation>
<modules>
<module>../org.eclipse.jubula.tools.exec.tests.lin</module>
</modules>
</profile>
<profile>
<id>windows-exec-tests</id>
<activation>
<os>
<name>win32</name>
</os>
</activation>
<modules>
<module>../org.eclipse.jubula.tools.exec.tests.win</module>
</modules>
</profile>
</profiles>
<modules>
<module>../org.eclipse.jubula.tools</module>
<module>../org.eclipse.jubula.tools.exec</module>
<module>../org.eclipse.jubula.communication</module>
<module>../org.eclipse.jubula.logging</module>
<module>../org.eclipse.jubula.releng.server</module>
<module>../org.eclipse.jubula.releng.client</module>
<module>../org.eclipse.jubula.releng.examples</module>
<module>../org.eclipse.jubula.qa.api</module>
<module>../org.eclipse.jubula.qa.api.rcp</module>
</modules>
<url>http://www.eclipse.org/jubula</url>
<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>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<resolver>p2</resolver>
<includePackedArtifacts>true</includePackedArtifacts>
<pomDependencies>consider</pomDependencies>
<target>
<artifact>
<groupId>${project.groupId}</groupId>
<artifactId>${project.artifactId}</artifactId>
<version>${project.version}</version>
<classifier>../org.eclipse.jubula.project.configuration/target/definitions/jubula</classifier>
</artifact>
</target>
<environments>
<environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86_64</arch>
</environment>
<environment>
<os>linux</os>
<ws>gtk</ws>
<arch>x86_64</arch>
</environment>
<environment>
<os>macosx</os>
<ws>cocoa</ws>
<arch>x86_64</arch>
</environment>
</environments>
</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</groupId>
<artifactId>tycho-versions-plugin</artifactId>
<version>${tycho-version}</version>
</plugin>
</plugins>
</build>
</project>