diff options
author | Skip Wonnell <kw5258@att.com> | 2017-08-13 15:19:32 -0500 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-08-14 17:52:47 +0000 |
commit | 4971579332666d84721c2635b6d978f31b1ea5e9 (patch) | |
tree | e8c22d0ecbc90cbd8e294710e686879e74b969c1 /pom.xml | |
parent | 891e97b2d53b644b88eb14e2b0cb91d4b3acf930 (diff) |
Update license plugin to exclude json files
Change-Id: I843185af796729c71ccc9aa822844436d4804c3f
Signed-off-by: Skip Wonnell <kw5258@att.com>
Issue-ID: APPC-87
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -548,6 +548,10 @@ <canUpdateDescription>true</canUpdateDescription> <canUpdateLicense>true</canUpdateLicense> <emptyLineAfterHeader>true</emptyLineAfterHeader> + <!-- exclude json files --> + <excludes> + <exclude>**/*.json</exclude> + </excludes> </configuration> <executions> <execution> |