From 69513d19dc4aad6cdebcc56a117b40843951f6d7 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 13 Sep 2019 13:34:56 +0200 Subject: [PATCH] #882 - Exclude .flattened-pom.xml from nohttp checks. Allows using the flatten-maven-plugin that creates temporary local files. --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 6e20dbb0..4be1b54e 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -205,7 +205,7 @@ **/* - .git/**/*,target/**/*,**/target/**/*,.idea/**/*,**/spring.schemas,**/*.svg,mvnw,mvnw.cmd,**/*.graphml,work/**/* + **/.flattened-pom.xml,.git/**/*,target/**/*,**/target/**/*,.idea/**/*,**/spring.schemas,**/*.svg,mvnw,mvnw.cmd,**/*.graphml,work/**/* ./