Fix spring-boot plugin missing system parameter 49/66149/1
authorLee, Tian (tl5884) <TianL@amdocs.com>
Wed, 12 Sep 2018 15:26:56 +0000 (16:26 +0100)
committerLee, Tian (tl5884) <TianL@amdocs.com>
Wed, 12 Sep 2018 15:26:56 +0000 (16:26 +0100)
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) <TianL@amdocs.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index c2d2678..dac09be 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                                -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}
                                        </jvmArguments>
                                </configuration>