blob: 973db9bf907417f7b75e663d380d0157c3620d52 [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.emfutils.extractor.build</relativePath>
<groupId>org.eclipse.app4mc.emfutils.content.extractor</groupId>
<artifactId>org.eclipse.app4mc.emfutils.extractor.build</artifactId>
<version>0.8.3</version>
</parent>
<artifactId>org.eclipse.app4mc.emfutils.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.3.2</target.eclipse.version>
</symbols>
<associateSites>
<!-- site>http://hudson.eclipse.org/hudson/job/damos-master/lastSuccessfulBuild/artifact/update-site</site>
<site>http://download.eclipse.org/modeling/emf/emf/updates/releases</site>
<site>http://download.eclipse.org/modeling/emf/compare/updates/releases</site>
<site>http://download.eclipse.org/rmf/updates</site>
<site>http://download.eclipse.org/sphinx/updates/interim</site>
<site>http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases</site>
<site>http://franca.github.io/franca/update_site/releases</site>
<site>http://updates.yakindu.org/sct/kepler/releases</site>
<site>http://download.eclipse.org/sphinx/updates/interim</site-->
</associateSites>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>