From: Skip Wonnell Date: Sat, 19 Aug 2017 21:07:45 +0000 (-0500) Subject: Update license configuration to exclude Json files X-Git-Tag: v1.2.0~125 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=247568d6746478e641f4cc959e1c95882f3826ad;p=appc.git 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 --- diff --git a/pom.xml b/pom.xml index 9bd1f0853..9dd77a46b 100644 --- a/pom.xml +++ b/pom.xml @@ -562,7 +562,7 @@ process-sources - *.json + **/*.json