aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index fa874f67e..4cc40026e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -548,6 +548,10 @@
<canUpdateDescription>true</canUpdateDescription>
<canUpdateLicense>true</canUpdateLicense>
<emptyLineAfterHeader>true</emptyLineAfterHeader>
+ <!-- exclude json files -->
+ <excludes>
+ <exclude>**/*.json</exclude>
+ </excludes>
</configuration>
<executions>
<execution>