blob: c553748ba621d842afabbee07cafe8947ef1091d [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<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>
<parent>
<groupId>org.eclipse.tycho.extras.its</groupId>
<artifactId>parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>feature</artifactId>
<version>0.9.0-SNAPSHOT</version>
<name>Test for validation feature: 1 target, validation OK</name>
<packaging>eclipse-feature</packaging>
<profiles>
<profile>
<id>with-repo</id>
<repositories>
<repository>
<id>p2-repo</id>
<layout>p2</layout>
<url>${project.baseUri}/../repo/target/repository</url>
</repository>
</repositories>
</profile>
</profiles>
</project>