From 88bb08097589cfedc9a9a1507170bcf0d884890d Mon Sep 17 00:00:00 2001 From: Julien HENRY Date: Thu, 5 Nov 2015 21:11:56 +0100 Subject: [PATCH] Another attempt to exclude generated protobuf files --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0c65672d359..4d56d660c96 100644 --- a/pom.xml +++ b/pom.xml @@ -1353,7 +1353,7 @@ - ${project.build.directory}/generated-sources/protobuf/**/* + target/generated-sources/protobuf/**/* @@ -1423,7 +1423,7 @@ - ${project.build.directory}/generated-test-sources/protobuf/**/* + target/generated-test-sources/protobuf/**/* -- 2.39.5