diff options
author | 2018-09-12 16:26:56 +0100 | |
---|---|---|
committer | 2018-09-12 16:26:56 +0100 | |
commit | 4fdc7aa21da7689a17ecde41951fb397f8598b43 (patch) | |
tree | b4ce62b49c4678c18c37e0b4fc1fed5185d2ac70 | |
parent | c2e3e7567a82249b193a6532ffd00b90a8724aaa (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.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |