From a4e65e92cc24b8cc7a26eb579b418edad4a80913 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20M=C3=A9sz=C3=A1ros?= Date: Mon, 14 Apr 2025 12:27:50 +0200 Subject: [PATCH 1/3] fix: exclude test CRDs from operator-framework MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Attila Mészáros --- operator-framework/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/operator-framework/pom.xml b/operator-framework/pom.xml index cb49b0d39b..09e3ba33e8 100644 --- a/operator-framework/pom.xml +++ b/operator-framework/pom.xml @@ -125,6 +125,16 @@ + + org.apache.maven.plugins + maven-jar-plugin + 2.3.1 + + + META-INF/fabric8/*.yml + + + org.apache.maven.plugins maven-surefire-plugin From 407838fbd6d57c96c00c31d04ca9f74c8b2318d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20M=C3=A9sz=C3=A1ros?= Date: Mon, 14 Apr 2025 12:45:51 +0200 Subject: [PATCH 2/3] dep version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Attila Mészáros --- operator-framework/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator-framework/pom.xml b/operator-framework/pom.xml index 09e3ba33e8..92644ccc44 100644 --- a/operator-framework/pom.xml +++ b/operator-framework/pom.xml @@ -128,7 +128,7 @@ org.apache.maven.plugins maven-jar-plugin - 2.3.1 + 3.4.2 META-INF/fabric8/*.yml From 361b2e467a9346b104bf917139b9ae6836404399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20M=C3=A9sz=C3=A1ros?= Date: Mon, 14 Apr 2025 13:29:03 +0200 Subject: [PATCH 3/3] maven jar plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Attila Mészáros --- operator-framework/pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/operator-framework/pom.xml b/operator-framework/pom.xml index 92644ccc44..d72f91d293 100644 --- a/operator-framework/pom.xml +++ b/operator-framework/pom.xml @@ -128,7 +128,6 @@ org.apache.maven.plugins maven-jar-plugin - 3.4.2 META-INF/fabric8/*.yml