#882 - Exclude .flattened-pom.xml from nohttp checks.

Allows using the flatten-maven-plugin that creates temporary local files.
This commit is contained in:
Mark Paluch
2019-09-13 13:34:56 +02:00
parent 473fd5f286
commit 69513d19dc

View File

@@ -205,7 +205,7 @@
</module>
</checkstyleRules>
<includes>**/*</includes>
<excludes>.git/**/*,target/**/*,**/target/**/*,.idea/**/*,**/spring.schemas,**/*.svg,mvnw,mvnw.cmd,**/*.graphml,work/**/*</excludes>
<excludes>**/.flattened-pom.xml,.git/**/*,target/**/*,**/target/**/*,.idea/**/*,**/spring.schemas,**/*.svg,mvnw,mvnw.cmd,**/*.graphml,work/**/*</excludes>
<sourceDirectories>./</sourceDirectories>
</configuration>
<executions>