From 3ca46eaa7dcc347a27677eaa9f42ede999d6f2ef Mon Sep 17 00:00:00 2001 From: eyalkoren <41850454+eyalkoren@users.noreply.github.com> Date: Wed, 4 Mar 2020 09:25:19 +0200 Subject: [PATCH] Exclude directories from modification checks --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 8ffea6821c..d960132bd9 100644 --- a/pom.xml +++ b/pom.xml @@ -255,6 +255,10 @@ gpg true v@{project.version} + + **/apm-agent-benchmarks/src/main/resources/** + **/apm-agent-plugins/apm-profiling-plugin/src/main/resources/** +