blob: ea4dd7ded63d88ef0e6cb0cbc7940c9567ae86e3 [file] [log] [blame]
<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>
<artifactId>org.eclipse.ease.modules.releng.p2</artifactId>
<packaging>eclipse-repository</packaging>
<parent>
<groupId>org.eclipse.ease.modules</groupId>
<artifactId>org.eclipse.ease.modules.releng</artifactId>
<version>0.4.0-SNAPSHOT</version>
<relativePath>../org.eclipse.ease.modules.releng</relativePath>
</parent>
<pluginRepositories>
<pluginRepository>
<id>jboss-public-repository-group</id>
<name>JBoss Public Repository Group</name>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
</pluginRepository>
</pluginRepositories>
<build>
<plugins>
<plugin>
<groupId>org.jboss.tools.tycho-plugins</groupId>
<artifactId>repository-utils</artifactId>
<version>0.23.2</version>
<executions>
<execution>
<id>generate-facade</id>
<phase>package</phase>
<goals>
<goal>generate-repository-facade</goal>
</goals>
</execution>
</executions>
<configuration>
<associateSites>
<site>http://download.eclipse.org/technology/nebula/snapshot</site>
</associateSites>
<skipBuildInfo>true</skipBuildInfo>
</configuration>
</plugin>
</plugins>
</build>
</project>