blob: a93030cf62132da583b08f115755c31892233b64 [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 POM (i.e., the one owned by the releng folder) -->
<parent>
<groupId>org.eclipse.papyrus.moka.incubation</groupId>
<artifactId>org.eclipse.papyrus.moka.incubation.releng.root</artifactId>
<version>0.7.0-SNAPSHOT</version>
</parent>
<!-- POM description -->
<artifactId>org.eclipse.papyrus.moka.incubation.releng.p2</artifactId>
<name>Moka incubation update site</name>
<packaging>eclipse-repository</packaging>
<build>
<plugins>
<plugin>
<!-- https://github.com/jbosstools/jbosstools-maven-plugins/wiki -->
<groupId>org.jboss.tools.tycho-plugins</groupId>
<artifactId>repository-utils</artifactId>
<version>${jboss.version}</version>
<executions>
<execution>
<id>generate-facade</id>
<phase>package</phase>
<goals>
<goal>generate-repository-facade</goal>
</goals>
<configuration>
<!-- do not generate the pesky web folder and index.html -->
<skipWebContentGeneration>true</skipWebContentGeneration>
<associateSites>
<!-- Nebula Update site -->
<site>http://download.eclipse.org/nebula/releases/2.0.1</site>
<!-- SysML Update site -->
<site>https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14</site>
<!-- Moka Update site -->
<site>https://hudson.eclipse.org/papyrus/view/Moka/job/papyrus-moka-master/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.moka.p2/target/repository/</site>
<!-- EASE Update site -->
<!-- site>http://download.eclipse.org/ease/update/nightly</site-->
<!-- Papyrus EASE Update site -->
<site>https://hudson.eclipse.org/papyrus/view/EASE/job/papyrus-ease-master/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.ease.p2/target/repository/</site>
</associateSites>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>