diff options
author | Dan Timoney <dtimoney@att.com> | 2020-11-11 13:13:42 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-11-11 13:13:42 -0500 |
commit | 42624f16cadb0e6bf1c4f9317c4c287a274a1c89 (patch) | |
tree | b1890dd2ffdb090d7ac2a6b24bcd2e8bdcd2cbd2 /ms/neng/pom.xml | |
parent | 3504bad8d098ce09340a93e7916b20ae422d4497 (diff) |
Fix initialization errors
Updated database initialization to correctly handle differences
between mysql/mariadb syntax and h2 syntax.
Change-Id: I6f2732da5d26201fc61ef8de7d30e3137220c184
Issue-ID: CCSDK-2978
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'ms/neng/pom.xml')
-rw-r--r-- | ms/neng/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ms/neng/pom.xml b/ms/neng/pom.xml index 1387dccd..4f43ffbe 100644 --- a/ms/neng/pom.xml +++ b/ms/neng/pom.xml @@ -140,7 +140,7 @@ <goals> <goal>copy-resources</goal> </goals> - <phase>validate</phase> + <phase>package</phase> <configuration> <outputDirectory>${basedir}/target/docker-stage</outputDirectory> <resources> @@ -180,7 +180,7 @@ <plugin> <groupId>io.fabric8</groupId> <artifactId>docker-maven-plugin</artifactId> - <version>0.16.5</version> + <version>0.28.0</version> <inherited>false</inherited> <configuration> <images> |