blob: 5a771550cbd834494c54568aff82b3bbb258bc79 [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.transformation.build/pom.xml</relativePath>
<groupId>org.eclipse.app4mc.transformation</groupId>
<artifactId>org.eclipse.app4mc.transformation.build</artifactId>
<version>0.3.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.app4mc.transformation.p2repo</artifactId>
<packaging>eclipse-repository</packaging>
<properties>
<org.jboss.tools.tycho-plugins.version>0.22.0</org.jboss.tools.tycho-plugins.version>
</properties>
<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>
</pluginRepositories>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-repository-plugin</artifactId>
<version>${tycho.version}</version>
<configuration>
<compress/>
</configuration>
</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>4.6.0</target.eclipse.version>
</symbols>
<associateSites>
<!-- <site>http://download.eclipse.org/app4mc/updatesites/releases/0.8.3/</site>
<site>http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.10.0/</site>
<site>http://download.eclipse.org/tools/orbit/downloads/drops/R20170307180635/repository/</site>
<site>http://download.eclipse.org/modeling/emf/emf/updates/releases/2.9.2/</site>
-->
</associateSites>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>