From 4fdc7aa21da7689a17ecde41951fb397f8598b43 Mon Sep 17 00:00:00 2001 From: "Lee, Tian (tl5884)" Date: Wed, 12 Sep 2018 16:26:56 +0100 Subject: [PATCH] Fix spring-boot plugin missing system parameter Fix issue where if Babel was started using the Spring Boot maven plugin, it would not function correctly as a required system parameter is not set. Change-Id: I7778786fc03880aba5815d2d04cd7f91f3b641b2 Issue-ID: AAI-1579 Signed-off-by: Lee, Tian (tl5884) --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index c2d2678..dac09be 100644 --- a/pom.xml +++ b/pom.xml @@ -170,6 +170,7 @@ -DCONFIG_HOME=./appconfig-local -DAPP_HOME=. -Dartifactgenerator.config=./appconfig-local/artifact-generator.properties + -Dgroupfilter.config=./appconfig-local/filter-types.properties -DKEY_STORE_PASSWORD=${KEY_STORE_PASSWORD} -- 2.16.6