From 247568d6746478e641f4cc959e1c95882f3826ad Mon Sep 17 00:00:00 2001 From: Skip Wonnell Date: Sat, 19 Aug 2017 16:07:45 -0500 Subject: 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 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') 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 -- cgit 1.2.3-korg