Skip to content

Commit

Permalink
Add "configuration" for spring-boot-maven-plugin to fix this issue: s…
Browse files Browse the repository at this point in the history
  • Loading branch information
rujche committed Aug 6, 2024
1 parent 71e26d4 commit e504be5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions samples/spring-petclinic-microservices/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<docker>
<host>//./pipe/dockerDesktopLinuxEngine</host>
</docker>
</configuration>
<executions>
<execution>
<!-- Spring Boot Actuator displays build-related information if a META-INF/build-info.properties file is present -->
Expand Down
5 changes: 5 additions & 0 deletions samples/storage-explorer/date-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<docker>
<host>//./pipe/dockerDesktopLinuxEngine</host>
</docker>
</configuration>
</plugin>
</plugins>
</build>
Expand Down
5 changes: 5 additions & 0 deletions samples/storage-explorer/storage-explorer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<docker>
<host>//./pipe/dockerDesktopLinuxEngine</host>
</docker>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit e504be5

Please sign in to comment.