aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee, Tian (tl5884) <TianL@amdocs.com>2018-09-12 16:26:56 +0100
committerLee, Tian (tl5884) <TianL@amdocs.com>2018-09-12 16:26:56 +0100
commit4fdc7aa21da7689a17ecde41951fb397f8598b43 (patch)
treeb4ce62b49c4678c18c37e0b4fc1fed5185d2ac70
parentc2e3e7567a82249b193a6532ffd00b90a8724aaa (diff)
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) <TianL@amdocs.com>
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
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}
</jvmArguments>
</configuration>