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.xml31
1 files changed, 0 insertions, 31 deletions
diff --git a/releng/toolsmiths/site/pom.xml b/releng/toolsmiths/site/pom.xml
index 1cc1bf3e140..d347f56b3dd 100644
--- a/releng/toolsmiths/site/pom.xml
+++ b/releng/toolsmiths/site/pom.xml
@@ -15,14 +15,6 @@
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-repository</packaging>
-
- <pluginRepositories>
- <pluginRepository>
- <id>org.jboss.tools.tycho-plugins</id>
- <url>https://repository.jboss.org/</url>
- </pluginRepository>
- </pluginRepositories>
-
<build>
<plugins>
<plugin>
@@ -33,29 +25,6 @@
<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>
- <version>${jboss.utils.version}</version>
- <executions>
- <execution>
- <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 -->
- <associateSites>
- <site>https://download.eclipse.org/cbi/tpd/3.0.0-SNAPSHOT/</site>
- </associateSites>
- </configuration>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
</project>

Back to the top