blob: 58aba38701155cf79d513564894dc169b8fc4b5d [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.releng.p2.source</artifactId>
<packaging>eclipse-repository</packaging>
<parent>
<groupId>org.eclipse.ease</groupId>
<artifactId>org.eclipse.ease.releng</artifactId>
<version>0.7.0-SNAPSHOT</version>
<relativePath>../org.eclipse.ease.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>https://bintray.com/artifact/download/pontesegger/ease-engines</site>
<site>https://dl.bintray.com/py4j/py4j-eclipse/0.10.8.1</site>
</associateSites>
<skipBuildInfo>true</skipBuildInfo>
</configuration>
</plugin>
</plugins>
</build>
</project>