From 00c55f82cbf45a64d198dfce9c2d840e0aaa8836 Mon Sep 17 00:00:00 2001 From: Lorenzo Bettini Date: Wed, 13 Dec 2023 13:22:11 +0100 Subject: [PATCH] referencedRepositoryMode ignore In some POMs of IT projects to avoid errors of the shape [ERROR] Failed to load p2 repository from location http://download.eclipse.org/dsdp/dd/updates: No repository found at http://download.eclipse.org/dsdp/dd/updates From what I understand: they use old Eclipse update sites, which might contain references to repositories that do not exist anymore --- tycho-its/projects/compiler.exclude/pom.xml | 12 ++++++++++++ tycho-its/projects/sourcePlugin/basic/pom.xml | 13 +++++++++++++ .../sourcePlugin/extra-source-bundles/pom.xml | 13 +++++++++++++ .../sourcePlugin/remote-source-bundles/pom.xml | 13 +++++++++++++ 4 files changed, 51 insertions(+) diff --git a/tycho-its/projects/compiler.exclude/pom.xml b/tycho-its/projects/compiler.exclude/pom.xml index 0097c0a174..573c6df9c0 100644 --- a/tycho-its/projects/compiler.exclude/pom.xml +++ b/tycho-its/projects/compiler.exclude/pom.xml @@ -28,6 +28,18 @@ ${tycho-version} true + + org.eclipse.tycho + target-platform-configuration + ${tycho-version} + + + ignore + + diff --git a/tycho-its/projects/sourcePlugin/basic/pom.xml b/tycho-its/projects/sourcePlugin/basic/pom.xml index 6ddc7eecda..451cb3d1cd 100644 --- a/tycho-its/projects/sourcePlugin/basic/pom.xml +++ b/tycho-its/projects/sourcePlugin/basic/pom.xml @@ -61,6 +61,19 @@ 123abc + + + org.eclipse.tycho + target-platform-configuration + ${tycho-version} + + + ignore + + diff --git a/tycho-its/projects/sourcePlugin/extra-source-bundles/pom.xml b/tycho-its/projects/sourcePlugin/extra-source-bundles/pom.xml index d321d0d2ed..d378d3318f 100644 --- a/tycho-its/projects/sourcePlugin/extra-source-bundles/pom.xml +++ b/tycho-its/projects/sourcePlugin/extra-source-bundles/pom.xml @@ -44,6 +44,19 @@ 123abc + + + org.eclipse.tycho + target-platform-configuration + ${tycho-version} + + + ignore + + diff --git a/tycho-its/projects/sourcePlugin/remote-source-bundles/pom.xml b/tycho-its/projects/sourcePlugin/remote-source-bundles/pom.xml index 870d6efe3c..42c34a00e1 100644 --- a/tycho-its/projects/sourcePlugin/remote-source-bundles/pom.xml +++ b/tycho-its/projects/sourcePlugin/remote-source-bundles/pom.xml @@ -57,6 +57,19 @@ 123abc + + + org.eclipse.tycho + target-platform-configuration + ${tycho-version} + + + ignore + +