From: Lee, Tian (tl5884) Date: Wed, 12 Sep 2018 15:26:56 +0000 (+0100) Subject: Fix spring-boot plugin missing system parameter X-Git-Tag: 1.3.0~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=4fdc7aa21da7689a17ecde41951fb397f8598b43;p=aai%2Fbabel.git 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) --- 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}