aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkip Wonnell <kw5258@att.com>2017-08-13 15:19:32 -0500
committerPatrick Brady <pb071s@att.com>2017-08-14 17:52:47 +0000
commit4971579332666d84721c2635b6d978f31b1ea5e9 (patch)
treee8c22d0ecbc90cbd8e294710e686879e74b969c1
parent891e97b2d53b644b88eb14e2b0cb91d4b3acf930 (diff)
Update license plugin to exclude json files
Change-Id: I843185af796729c71ccc9aa822844436d4804c3f Signed-off-by: Skip Wonnell <kw5258@att.com> Issue-ID: APPC-87
-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>