Skip to content

Commit 048f071

Browse files
committed
Merge branch '3.1.x' into 3.2.x
2 parents 9253f47 + 7660540 commit 048f071

File tree

3 files changed

+15
-50
lines changed
  • spring-cloud-kubernetes-integration-tests
    • spring-cloud-kubernetes-fabric8-client-catalog-watcher
    • spring-cloud-kubernetes-fabric8-client-discovery
    • spring-cloud-kubernetes-k8s-client-catalog-watcher

3 files changed

+15
-50
lines changed

spring-cloud-kubernetes-integration-tests/spring-cloud-kubernetes-fabric8-client-catalog-watcher/pom.xml

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111

1212
<artifactId>spring-cloud-kubernetes-fabric8-client-catalog-watcher</artifactId>
1313

14+
<properties>
15+
<spring-boot.repackage.skip>true</spring-boot.repackage.skip>
16+
<spring-boot.build-image.skip>true</spring-boot.build-image.skip>
17+
</properties>
18+
1419
<dependencies>
1520
<dependency>
1621
<groupId>org.springframework.cloud</groupId>
@@ -42,22 +47,5 @@
4247
<filtering>true</filtering>
4348
</resource>
4449
</resources>
45-
46-
<plugins>
47-
<plugin>
48-
<groupId>org.springframework.boot</groupId>
49-
<artifactId>spring-boot-maven-plugin</artifactId>
50-
<executions>
51-
<execution>
52-
<id>build-image</id>
53-
<configuration>
54-
<skip>true</skip>
55-
</configuration>
56-
</execution>
57-
</executions>
58-
</plugin>
59-
</plugins>
60-
6150
</build>
62-
6351
</project>

spring-cloud-kubernetes-integration-tests/spring-cloud-kubernetes-fabric8-client-discovery/pom.xml

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111

1212
<artifactId>spring-cloud-kubernetes-fabric8-client-discovery</artifactId>
1313

14+
<properties>
15+
<spring-boot.repackage.skip>true</spring-boot.repackage.skip>
16+
<spring-boot.build-image.skip>true</spring-boot.build-image.skip>
17+
</properties>
18+
1419
<dependencies>
1520
<dependency>
1621
<groupId>org.springframework.cloud</groupId>
@@ -50,21 +55,6 @@
5055
<filtering>true</filtering>
5156
</resource>
5257
</resources>
53-
54-
<plugins>
55-
<plugin>
56-
<groupId>org.springframework.boot</groupId>
57-
<artifactId>spring-boot-maven-plugin</artifactId>
58-
<executions>
59-
<execution>
60-
<id>build-image</id>
61-
<configuration>
62-
<skip>true</skip>
63-
</configuration>
64-
</execution>
65-
</executions>
66-
</plugin>
67-
</plugins>
6858
</build>
6959

7060
</project>

spring-cloud-kubernetes-integration-tests/spring-cloud-kubernetes-k8s-client-catalog-watcher/pom.xml

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111

1212
<artifactId>spring-cloud-kubernetes-k8s-client-catalog-watcher</artifactId>
1313

14+
<properties>
15+
<spring-boot.repackage.skip>true</spring-boot.repackage.skip>
16+
<spring-boot.build-image.skip>true</spring-boot.build-image.skip>
17+
</properties>
18+
1419
<dependencies>
1520
<dependency>
1621
<groupId>org.springframework.cloud</groupId>
@@ -42,23 +47,5 @@
4247
<filtering>true</filtering>
4348
</resource>
4449
</resources>
45-
46-
<plugins>
47-
<plugin>
48-
<groupId>org.springframework.boot</groupId>
49-
<artifactId>spring-boot-maven-plugin</artifactId>
50-
<executions>
51-
<execution>
52-
<id>build-image</id>
53-
<configuration>
54-
<skip>true</skip>
55-
</configuration>
56-
</execution>
57-
</executions>
58-
</plugin>
59-
</plugins>
60-
6150
</build>
62-
63-
6451
</project>

0 commit comments

Comments
 (0)