diff options
author | Skip Wonnell <kw5258@att.com> | 2017-08-19 16:07:45 -0500 |
---|---|---|
committer | Skip Wonnell <kw5258@att.com> | 2017-08-19 16:10:56 -0500 |
commit | 247568d6746478e641f4cc959e1c95882f3826ad (patch) | |
tree | 0ba3b3d799fef68792deb92278f1892c5a8fde79 /pom.xml | |
parent | 962f03b9f164260b0d53cf5cdc613afc2a894150 (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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -562,7 +562,7 @@ <phase>process-sources</phase> <configuration> <excludes> - <exclude>*.json</exclude> + <exclude>**/*.json</exclude> </excludes> </configuration> </execution> |