From 9cd1831aab308af5072dd5ad67fb428aad73b60a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Perdomo?= Date: Mon, 11 Nov 2024 10:20:48 +0100 Subject: [PATCH] IM-473 Don't execute `copy-dependencies` using m2e --- products/pom.xml | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/products/pom.xml b/products/pom.xml index b0954ff862..e13911b228 100644 --- a/products/pom.xml +++ b/products/pom.xml @@ -26,5 +26,35 @@ + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-dependency-plugin + [1.0.0,) + + copy-dependencies + + + + + + + + + + + + - \ No newline at end of file +