From 4bac3619bf9ea864ca42b621c3b02ff405b08bf4 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Thu, 4 Nov 2021 10:46:26 +0100 Subject: [PATCH] OZG-1598 add image name --- formsolutions-adapter/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/formsolutions-adapter/pom.xml b/formsolutions-adapter/pom.xml index c8943531a..1936ae3f5 100644 --- a/formsolutions-adapter/pom.xml +++ b/formsolutions-adapter/pom.xml @@ -13,6 +13,10 @@ <name>Eingangs Adapter - FormSolutions</name> <packaging>jar</packaging> + <properties> + <spring-boot.build-image.imageName>docker.ozg-sh.de/formsolutions-adapter:build-latest</spring-boot.build-image.imageName> + </properties> + <dependencies> <!-- own projects --> <dependency> @@ -95,7 +99,7 @@ </configuration> </plugin> <!-- end::xsd[] --> - + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> -- GitLab