From 7e18f7f48759fafff165d099f4ead6a71a01bcf2 Mon Sep 17 00:00:00 2001 From: Chandra Gorantla Date: Mon, 23 Dec 2024 11:17:32 -0500 Subject: [PATCH] NMS-16991: Clean every build to not have concurrent target issues --- features/grpc/exporter/pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/features/grpc/exporter/pom.xml b/features/grpc/exporter/pom.xml index d509fad44560..5647ac132fee 100644 --- a/features/grpc/exporter/pom.xml +++ b/features/grpc/exporter/pom.xml @@ -17,6 +17,21 @@ + + org.apache.maven.plugins + maven-clean-plugin + 3.2.0 + + + + ${project.build.directory}/generated-sources + + **/* + + + + + org.apache.felix maven-bundle-plugin