diff options
author | Dan Timoney <dtimoney@att.com> | 2020-11-11 13:13:42 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-11-11 18:38:34 +0000 |
commit | b87bb6cdc2e8abe9a3bdcd545479d45b9e87df8c (patch) | |
tree | 37ce1892ba48dbb76639fd81b7562358d67c1cd6 /ms/neng/pom.xml | |
parent | 5478c380243bd957135a2d85a511123b8fb90277 (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 e0ec3637..5b9f1d7a 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> |