blob: ec5cae558c9fb01655bf726ddb00d578ffd18779 [file] [log] [blame]
<?xml version="1.0"?>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.tigerstripe.mapping</groupId>
<artifactId>org.eclipse.tigerstripe.mapping.parent</artifactId>
<version>1.0.8</version>
<packaging>pom</packaging>
<name>org.eclipse.tigerstripe.mapping.parent</name>
<properties>
<tycho-version>0.13.0</tycho-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<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>
</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>
</plugins>
</build>
<repositories>
<repository>
<id>helios</id>
<layout>p2</layout>
<url>http://download.eclipse.org/releases/helios/</url>
</repository>
<repository>
<id>tigerstripe</id>
<layout>p2</layout>
<url>http://download.eclipse.org/technology/tigerstripe/updates/3.6/latest</url>
</repository>
</repositories>
<modules>
<module>org.eclipse.tigerstripe.thirdparty.tmf.sid</module>
<module>org.eclipse.tigerstripe.thirdparty.tmf.sid.feature</module>
<module>org.eclipse.tigerstripe.thirdparty.tmf.sid.update-site</module>
</modules>
</project>