File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 3 files changed +15
-50
lines changed Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments