From 42e1023f795ad235cfcab1be0a2b69df8c2f8d4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20L=C3=A4ubrich?= Date: Mon, 15 Jan 2024 17:30:01 +0100 Subject: [PATCH] Don't print markers to not pollute the maven logs Currently there are validation errors because of https://github.com/osgi/osgi/issues/636 This disables the output to not pollute the log with messages not realted to the test. --- ds/org.eclipse.pde.ds.tck/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ds/org.eclipse.pde.ds.tck/pom.xml b/ds/org.eclipse.pde.ds.tck/pom.xml index 61311a0d59..56044ab9fb 100644 --- a/ds/org.eclipse.pde.ds.tck/pom.xml +++ b/ds/org.eclipse.pde.ds.tck/pom.xml @@ -75,6 +75,8 @@ true false + + false org.eclipse.pde.core org.eclipse.pde.ds.annotations