From c7eeb58ec0fc0d00a7bea75fff99d5390d832f1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20L=C3=A4ubrich?= Date: Fri, 10 Nov 2023 13:22:59 +0100 Subject: [PATCH] Try to enable the tests in org.eclipse.pde.build.tests --- .../build.properties | 2 +- build/pom.xml | 24 +++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/build/org.eclipse.pde.build.tests/build.properties b/build/org.eclipse.pde.build.tests/build.properties index 5279318b69b..2b93dbb3ba0 100644 --- a/build/org.eclipse.pde.build.tests/build.properties +++ b/build/org.eclipse.pde.build.tests/build.properties @@ -20,5 +20,5 @@ bin.includes = META-INF/,\ test.xml src.includes = about.html jars.compile.order = . -pom.model.property.skipTests = true +pom.model.property.skipTests = false pom.model.property.code.ignoredWarnings = ${tests.ignoredWarnings} diff --git a/build/pom.xml b/build/pom.xml index ee217ec842e..eb7b9cef057 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -23,4 +23,28 @@ org.eclipse.pde.build org.eclipse.pde.build.tests + + + + + org.eclipse.tycho + tycho-surefire-plugin + + + + eclipse-plugin + org.eclipse.osgi.compatibility.state + 0.0.0 + + + p2-installable-unit + org.eclipse.equinox.executable + 0.0.0 + + + p2Installed + + + +