Skip to content
Snippets Groups Projects
Commit 23a8eff6 authored by Jan Zickermann's avatar Jan Zickermann
Browse files

KOP-2850 POM: Support running spring-boot:build-image locally

parent 40405028
Branches
Tags
1 merge request!2KOP-2893 Add client and server keystore generation script
Pipeline #1278 passed
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment