Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-04-09 08:34:55 +0000
committerAlexander Kurtakov2019-04-09 09:04:33 +0000
commit90d2f6bc511f39ea09594f1bdef6919729cccbff (patch)
tree3e5557c0d90acdc67990d54f5d822091b8647d8d /releng/org.eclipse.linuxtools.docker-site/pom.xml
parente1e86f34201cb954a53cecf67786d2c4b58ef532 (diff)
downloadorg.eclipse.linuxtools-90d2f6bc511f39ea09594f1bdef6919729cccbff.tar.gz
org.eclipse.linuxtools-90d2f6bc511f39ea09594f1bdef6919729cccbff.tar.xz
org.eclipse.linuxtools-90d2f6bc511f39ea09594f1bdef6919729cccbff.zip
Skip repository reports.
No one ever looked at them and they don't work in the new infra eitherway. Change-Id: I983c8c546e9c28f40075413b121cd360e060d09a Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/140279 Tested-by: Linux Tools Bot <linuxtools-bot@eclipse.org>
Diffstat (limited to 'releng/org.eclipse.linuxtools.docker-site/pom.xml')
-rw-r--r--releng/org.eclipse.linuxtools.docker-site/pom.xml51
1 files changed, 0 insertions, 51 deletions
diff --git a/releng/org.eclipse.linuxtools.docker-site/pom.xml b/releng/org.eclipse.linuxtools.docker-site/pom.xml
index 4f98e8b869..b33ee4ca0c 100644
--- a/releng/org.eclipse.linuxtools.docker-site/pom.xml
+++ b/releng/org.eclipse.linuxtools.docker-site/pom.xml
@@ -59,57 +59,6 @@
</extraArtifactRepositoryProperties>
</configuration>
</plugin>
- <plugin>
- <groupId>org.eclipse.tycho.extras</groupId>
- <artifactId>tycho-eclipserun-plugin</artifactId>
- <version>${tycho-version}</version>
- <executions>
- <execution>
- <phase>verify</phase>
- <goals>
- <goal>eclipse-run</goal>
- </goals>
- <configuration>
- <applicationsArgs>
- <arg>-application</arg>
- <arg>org.eclipse.cbi.p2repo.analyzers.repoReport</arg>
- </applicationsArgs>
- <jvmArgs>
- <arg>-DreportRepoDir=${project.build.directory}/repository</arg>
- <arg>-DreportOutputDir=${project.build.directory}/repository/buildInfo</arg>
- <arg>-DreferenceRepo=/home/data/httpd/download.eclipse.org/releases/2018-12/</arg>
- </jvmArgs>
- <executionEnvironment>JavaSE-1.8</executionEnvironment>
- <dependencies>
- <dependency>
- <artifactId>org.eclipse.cbi.p2repo.analyzers</artifactId>
- <type>eclipse-plugin</type>
- </dependency>
- <dependency>
- <artifactId>org.eclipse.equinox.p2.core.feature</artifactId>
- <type>eclipse-feature</type>
- </dependency>
- <dependency>
- <artifactId>org.eclipse.e4.rcp</artifactId>
- <type>eclipse-feature</type>
- </dependency>
- </dependencies>
- <repositories>
- <repository>
- <id>cbi-reports</id>
- <url>http://download.eclipse.org/cbi/updates/analyzers/4.7/I20180525-1502</url>
- <layout>p2</layout>
- </repository>
- <repository>
- <id>eclipse-4.10</id>
- <url>https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/</url>
- <layout>p2</layout>
- </repository>
- </repositories>
- </configuration>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>

Back to the top