Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/toolsmiths/site/pom.xml')
-rw-r--r--releng/toolsmiths/site/pom.xml19
1 files changed, 10 insertions, 9 deletions
diff --git a/releng/toolsmiths/site/pom.xml b/releng/toolsmiths/site/pom.xml
index ef3cb3cd25b..87481c34ba2 100644
--- a/releng/toolsmiths/site/pom.xml
+++ b/releng/toolsmiths/site/pom.xml
@@ -1,7 +1,8 @@
<?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>
+<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>
<artifactId>org.eclipse.papyrus.toolsmiths.releng</artifactId>
@@ -13,7 +14,7 @@
<groupId>org.eclipse.papyrus</groupId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-repository</packaging>
-
+
<build>
<plugins>
<plugin>
@@ -24,21 +25,21 @@
<includePackedArtifacts>true</includePackedArtifacts>
</configuration>
</plugin>
-
+
<!-- workaround https://bugs.eclipse.org/bugs/show_bug.cgi?id=453708 -->
<plugin>
<groupId>org.jboss.tools.tycho-plugins</groupId>
<artifactId>repository-utils</artifactId>
<executions>
<execution>
- <phase>package</phase>
+ <phase>package</phase>
<goals>
<goal>generate-repository-facade</goal>
</goals>
<configuration>
- <!-- do not generate the pesky web folder and index.html -->
- <skipWebContentGeneration>true</skipWebContentGeneration>
- <!-- p2 update site transitive dependencies repositories -->
+ <!-- do not generate the pesky web folder and index.html -->
+ <skipWebContentGeneration>true</skipWebContentGeneration>
+ <!-- p2 update site transitive dependencies repositories -->
<associateSites>
<site>http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a</site>
<site>https://dl.bintray.com/mbarbero/fr.obeo.releng.targetplatform/latest</site>

Back to the top