From 23a8eff64c81212e1095f16f90107a1fecc47da8 Mon Sep 17 00:00:00 2001 From: Jan Zickermann <jan.zickermann@dataport.de> Date: Fri, 6 Dec 2024 11:50:17 +0100 Subject: [PATCH] KOP-2850 POM: Support running spring-boot:build-image locally --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 1d99389..6e5a224 100644 --- a/pom.xml +++ b/pom.xml @@ -406,6 +406,12 @@ <additionalProperties> <wsdl.version>${wsdl.version}</wsdl.version> </additionalProperties> + <image> + <env> + <HTTP_PROXY>${env.HTTP_PROXY}</HTTP_PROXY> + <HTTPS_PROXY>${env.HTTP_PROXY}</HTTPS_PROXY> + </env> + </image> </configuration> <executions> <execution> -- GitLab