Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 486139c

Browse files
committed
Remove image generation with maven build
- Making build slow and seem to error time to time. - Images are generated with pack anyway.
1 parent 1c37f2a commit 486139c

File tree

1 file changed

+0
-16
lines changed
  • spring-cloud-dataflow-server

1 file changed

+0
-16
lines changed

spring-cloud-dataflow-server/pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -165,22 +165,6 @@
165165
</execution>
166166
</executions>
167167
</plugin>
168-
<plugin>
169-
<groupId>org.springframework.boot</groupId>
170-
<artifactId>spring-boot-maven-plugin</artifactId>
171-
<executions>
172-
<execution>
173-
<goals>
174-
<goal>build-image</goal>
175-
</goals>
176-
</execution>
177-
</executions>
178-
<configuration>
179-
<imageName>
180-
springcloud/${project.artifactId}:${project.version}
181-
</imageName>
182-
</configuration>
183-
</plugin>
184168
</plugins>
185169
</build>
186170

0 commit comments

Comments
 (0)