blob: ce01d63de6c74aa6af17aa360ed6bf48d1256f16 [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>
<relativePath>../org.eclipse.app4mc.build/pom.xml</relativePath>
<groupId>org.eclipse.app4mc.build</groupId>
<artifactId>parent</artifactId>
<version>0.9.6-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.app4mc.p2repo</artifactId>
<packaging>eclipse-repository</packaging>
<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>
<pluginRepository>
<id>jboss-snapshots-repository</id>
<name>JBoss Snapshots Repository</name>
<url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
</pluginRepository>
<pluginRepository>
<id>cbi</id>
<url>https://repo.eclipse.org/content/repositories/cbi-releases/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
<build>
<plugins>
<!--plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-director-plugin</artifactId>
<version>${tycho.version}</version>
<executions>
<execution>
<id>materialize-products</id>
<goals>
<goal>materialize-products</goal>
</goals>
</execution>
<execution>
<id>archive-products</id>
<goals>
<goal>archive-products</goal>
</goals>
</execution>
</executions>
</plugin-->
<!--
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
<version>1.1.3</version>
<executions>
<execution>
<id>sign</id>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin> -->
<plugin>
<groupId>org.jboss.tools.tycho-plugins</groupId>
<artifactId>repository-utils</artifactId>
<version>${org.jboss.tools.tycho-plugins.version}</version>
<executions>
<execution>
<id>generate-facade</id>
<phase>package</phase>
<goals>
<goal>generate-repository-facade</goal>
</goals>
<configuration>
<siteTemplateFolder>siteTemplate</siteTemplateFolder>
<!-- Symbols are used while expanding index.html template -->
<symbols>
<update.site.name>${project.parent.name}</update.site.name>
<target.eclipse.version>Photon (4.8.0)</target.eclipse.version>
</symbols>
<associateSites>
<site>http://download.eclipse.org/eclipse/updates/4.8</site>
<site>http://download.eclipse.org/tools/orbit/downloads/drops/R20180606145124/repository</site>
<site>http://download.eclipse.org/webtools/downloads/drops/R3.9.5/R-3.9.5-20180409100740/repository</site>
<site>http://download.eclipse.org/releases/oxygen/201706021000</site>
<site>http://download.eclipse.org/ease/update/release</site>
<site>http://download.eclipse.org/modeling/emf/compare/updates/releases/3.3</site>
<site>http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.15.0</site>
<site>http://download.eclipse.org/sirius/updates/releases/6.0.0/photon</site>
<site>http://download.eclipse.org/releases/photon</site>
<site>http://download.eclipse.org/cbi/updates/license</site>
<site>http://download.eclipse.org/app4mc/components/addon/migration/snapshot/</site>
</associateSites>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>