Skip to content
Snippets Groups Projects
Commit 5c5c3c67 authored by Tobias Bruns's avatar Tobias Bruns
Browse files

add profile and docker configuration

parent 22b364bf
Branches
Tags
No related merge requests found
...@@ -210,12 +210,22 @@ ...@@ -210,12 +210,22 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>
<configuration> <configuration>
<profiles>
<profile>local</profile>
</profiles>
<image> <image>
<env> <env>
<BPE_DELIM_JAVA_TOOL_OPTIONS xml:space="preserve"> </BPE_DELIM_JAVA_TOOL_OPTIONS> <BPE_DELIM_JAVA_TOOL_OPTIONS xml:space="preserve"> </BPE_DELIM_JAVA_TOOL_OPTIONS>
<BPE_APPEND_JAVA_TOOL_OPTIONS>-Dfile.encoding=UTF-8</BPE_APPEND_JAVA_TOOL_OPTIONS> <BPE_APPEND_JAVA_TOOL_OPTIONS>-Dfile.encoding=UTF-8</BPE_APPEND_JAVA_TOOL_OPTIONS>
</env> </env>
</image> </image>
<docker>
<publishRegistry>
<username>${docker.publishRegistry.username}</username>
<password>${docker.publishRegistry.password}</password>
<url>${docker.publishRegistry.url}</url>
</publishRegistry>
</docker>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment