From baa56b47ae807d1ad30db8ad2fceef2a8161a73d 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 | 29 +++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/build/org.eclipse.pde.build.tests/build.properties b/build/org.eclipse.pde.build.tests/build.properties index 5279318b69..2b93dbb3ba 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 ee217ec842..2f1bbbfa4d 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -23,4 +23,33 @@ 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 + + + eclipse-feature + org.eclipse.sdk + 0.0.0 + + + p2Installed + + + +