| <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> | |
| <groupId>org.eclipse.tigerstripe</groupId> | |
| <artifactId>org.eclipse.tigerstripe.parent</artifactId> | |
| <version>0.9.0-SNAPSHOT</version> | |
| <packaging>pom</packaging> | |
| <name>Tigerstripe</name> | |
| <url>http://xmp-components.cisco.com/${site.url}</url> | |
| <properties> | |
| <site.url>tigerstripe/LATEST</site.url> | |
| <tycho-version>0.26.0</tycho-version> | |
| <site-plugin.version>3.3</site-plugin.version> | |
| <!-- Default OSGi values. Might be overridden by a profile. --> | |
| <osgi.arch>x86_64</osgi.arch> | |
| <osgi.os>linux</osgi.os> | |
| <osgi.ws>gtk</osgi.ws> | |
| <junit.args>-Xms256m -Xmx1024m -XX:MaxPermSize=512m</junit.args> | |
| <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
| </properties> | |
| <modules> | |
| <module>features</module> | |
| <module>plugins</module> | |
| <module>releng</module> | |
| </modules> | |
| <repositories> | |
| <repository> | |
| <id>eclipse</id> | |
| <layout>p2</layout> | |
| <url>http://download.eclipse.org/releases/mars</url> | |
| </repository> | |
| </repositories> | |
| <distributionManagement> | |
| <repository> | |
| <id>repository</id> | |
| <name>Repository</name> | |
| <url>${distribution.repository.url}</url> | |
| </repository> | |
| <snapshotRepository> | |
| <id>repository-snapshots</id> | |
| <name>Repository Snapshots</name> | |
| <url>${distribution.snapshotRepository.url}</url> | |
| </snapshotRepository> | |
| <site> | |
| <id>website</id> | |
| <name>website</name> | |
| <url>file:/auto/nmtg-hudson25-sjc/mvn-sites/xmp/${site.url}</url> | |
| </site> | |
| </distributionManagement> | |
| <build> | |
| <resources> | |
| <resource> | |
| <directory>${basedir}/src/java</directory> | |
| <includes> | |
| <include>**/*.vm</include> | |
| <include>**/*.properties</include> | |
| </includes> | |
| </resource> | |
| </resources> | |
| <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> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.eclipse.tycho</groupId> | |
| <artifactId>tycho-compiler-plugin</artifactId> | |
| <version>${tycho-version}</version> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.eclipse.tycho</groupId> | |
| <artifactId>tycho-packaging-plugin</artifactId> | |
| <version>${tycho-version}</version> | |
| <configuration> | |
| <strictVersions>false</strictVersions> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-site-plugin</artifactId> | |
| <inherited>false</inherited> | |
| <configuration> | |
| <skip>false</skip> | |
| <skipDeploy>false</skipDeploy> | |
| <generateReports>true</generateReports> | |
| </configuration> | |
| </plugin> | |
| </plugins> | |
| <pluginManagement> | |
| <plugins> | |
| <plugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-site-plugin</artifactId> | |
| <version>${site-plugin.version}</version> | |
| <configuration> | |
| <skip>true</skip> | |
| <skipDeploy>true</skipDeploy> | |
| <generateReports>false</generateReports> | |
| </configuration> | |
| </plugin> | |
| </plugins> | |
| </pluginManagement> | |
| </build> | |
| <profiles> | |
| <profile> | |
| <id>32-bit</id> | |
| <activation> | |
| <property> | |
| <name>sun.arch.data.model</name> | |
| <value>32</value> | |
| </property> | |
| </activation> | |
| <properties> | |
| <osgi.arch>x86</osgi.arch> | |
| </properties> | |
| </profile> | |
| <profile> | |
| <id>Windows</id> | |
| <activation> | |
| <os> | |
| <family>windows</family> | |
| </os> | |
| </activation> | |
| <properties> | |
| <osgi.os>win32</osgi.os> | |
| <osgi.ws>win32</osgi.ws> | |
| </properties> | |
| </profile> | |
| <profile> | |
| <id>MacOS</id> | |
| <activation> | |
| <os> | |
| <family>mac</family> | |
| </os> | |
| </activation> | |
| <properties> | |
| <osgi.os>macosx</osgi.os> | |
| <osgi.ws>cocoa</osgi.ws> | |
| <junit.args>-XstartOnFirstThread -Xms256m -Xmx1024m -XX:MaxPermSize=512m</junit.args> | |
| </properties> | |
| </profile> | |
| <profile> | |
| <id>env-cisco</id> | |
| <activation> | |
| <property> | |
| <name>build.env</name> | |
| <value>!xored</value> | |
| </property> | |
| </activation> | |
| <properties> | |
| <tigerstripe.ecl.update.site>http://pulse-prd-sj1/update_sites/org.eclipse.tigerstripe.ecl/ts-ecl/1.0.0.201106162003</tigerstripe.ecl.update.site> | |
| </properties> | |
| <modules> | |
| <module>tests</module> | |
| </modules> | |
| </profile> | |
| <profile> | |
| <id>env-xored</id> | |
| <activation> | |
| <property> | |
| <name>build.env</name> | |
| <value>xored</value> | |
| </property> | |
| </activation> | |
| <properties> | |
| <!--Update site with Tigerstripe specific extensions for Q7.--> | |
| <tigerstripe.ecl.update.site>http://build.xored.com/browse/TS-ECL/latest/artifact/JOB1/site</tigerstripe.ecl.update.site> | |
| </properties> | |
| <distributionManagement> | |
| <repository> | |
| <id>xored</id> | |
| <name>Xored Maven Repo</name> | |
| <url>http://maven.xored.com/nexus/content/repositories/releases/</url> | |
| </repository> | |
| <snapshotRepository> | |
| <id>xored</id> | |
| <name>Xored Maven Repo</name> | |
| <url>http://maven.xored.com/nexus/content/repositories/snapshots/</url> | |
| </snapshotRepository> | |
| </distributionManagement> | |
| <build> | |
| <plugins> | |
| <plugin> | |
| <groupId>org.codehaus.mojo</groupId> | |
| <artifactId>build-helper-maven-plugin</artifactId> | |
| <version>1.5</version> | |
| <executions> | |
| <execution> | |
| <id>remove-old-installations</id> | |
| <goals> | |
| <goal>remove-project-artifact</goal> | |
| </goals> | |
| <configuration> | |
| <removeAll>true</removeAll> | |
| </configuration> | |
| </execution> | |
| </executions> | |
| </plugin> | |
| </plugins> | |
| </build> | |
| </profile> | |
| </profiles> | |
| </project> |