Update license configuration to exclude Json files 97/8097/1
authorSkip Wonnell <kw5258@att.com>
Sat, 19 Aug 2017 21:07:45 +0000 (16:07 -0500)
committerSkip Wonnell <kw5258@att.com>
Sat, 19 Aug 2017 21:10:56 +0000 (16:10 -0500)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index 9bd1f08..9dd77a4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                         <phase>process-sources</phase>
                         <configuration>
                             <excludes>
-                                <exclude>*.json</exclude>
+                                <exclude>**/*.json</exclude>
                             </excludes>
                         </configuration>
                     </execution>