Update license plugin to exclude json files 37/7437/2
authorSkip Wonnell <kw5258@att.com>
Sun, 13 Aug 2017 20:19:32 +0000 (15:19 -0500)
committerPatrick Brady <pb071s@att.com>
Mon, 14 Aug 2017 17:52:47 +0000 (17:52 +0000)
Change-Id: I843185af796729c71ccc9aa822844436d4804c3f
Signed-off-by: Skip Wonnell <kw5258@att.com>
Issue-ID: APPC-87

pom.xml

diff --git a/pom.xml b/pom.xml
index fa874f6..4cc4002 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                     <canUpdateDescription>true</canUpdateDescription>
                     <canUpdateLicense>true</canUpdateLicense>
                     <emptyLineAfterHeader>true</emptyLineAfterHeader>
+                    <!-- exclude json files -->
+                    <excludes>
+                        <exclude>**/*.json</exclude>
+                    </excludes>
                 </configuration>
                 <executions>
                     <execution>