summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSkip Wonnell <kw5258@att.com>2017-08-19 16:07:45 -0500
committerSkip Wonnell <kw5258@att.com>2017-08-19 16:10:56 -0500
commit247568d6746478e641f4cc959e1c95882f3826ad (patch)
tree0ba3b3d799fef68792deb92278f1892c5a8fde79 /pom.xml
parent962f03b9f164260b0d53cf5cdc613afc2a894150 (diff)
Update license configuration to exclude Json files
Fix the wildcard in the exclusion of files during the process-sources phase. Change-Id: If4b579ddd288655236e6d5cee14309a9d66acced Issue-ID: APPC-161 Signed-off-by: Skip Wonnell <kw5258@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 9bd1f0853..9dd77a46b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -562,7 +562,7 @@
<phase>process-sources</phase>
<configuration>
<excludes>
- <exclude>*.json</exclude>
+ <exclude>**/*.json</exclude>
</excludes>
</configuration>
</execution>