blob: 3abc5e415321a6dfdbc1f64323cfd2eef84e9824 [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.thirdparty.tmf</groupId>
<version>1.0.8</version>
<artifactId>org.eclipse.tigerstripe.thirdparty.tmf.sid</artifactId>
<packaging>pom</packaging>
<name>org.eclipse.tigerstripe.thirdparty.tmf.sid</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>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</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.import</module>
<module>org.eclipse.tigerstripe.thirdparty.tmf.sid.import.feature</module>
<module>org.eclipse.tigerstripe.thirdparty.tmf.sid.import.update-site</module>
</modules>
</project>