From 407efaf475bff8818308a90777841295f5406332 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 4 Nov 2021 12:44:28 +0100 Subject: [PATCH] Exclude formatter-maven-cache.properties We are getting a resource overlap warning, fix it by suppressing the offending file. Change-Id: I19d4f506b00496150f7dd9915d6daa47a83ee1b4 Signed-off-by: Robert Varga --- netconf/shaded-sshd-jar/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/netconf/shaded-sshd-jar/pom.xml b/netconf/shaded-sshd-jar/pom.xml index 389cbf6586..efb0148345 100644 --- a/netconf/shaded-sshd-jar/pom.xml +++ b/netconf/shaded-sshd-jar/pom.xml @@ -80,6 +80,7 @@ META-INF/MANIFEST.MF META-INF/services/** + .cache/formatter-maven-cache.properties -- 2.36.6