File tree Expand file tree Collapse file tree 6 files changed +21
-47
lines changed
spring-shell-sample-catalog
spring-shell-sample-commands Expand file tree Collapse file tree 6 files changed +21
-47
lines changed Original file line number Diff line number Diff line change 7070 </execution >
7171 </executions >
7272 </plugin >
73+ <plugin >
74+ <groupId >org.apache.maven.plugins</groupId >
75+ <artifactId >maven-deploy-plugin</artifactId >
76+ <version >${maven-deploy-plugin.version} </version >
77+ <configuration >
78+ <skip >true</skip >
79+ </configuration >
80+ </plugin >
7381 </plugins >
7482 </build >
7583
Original file line number Diff line number Diff line change 2020 <module >spring-shell-sample-ffm</module >
2121 </modules >
2222
23+ <build >
24+ <plugins >
25+ <plugin >
26+ <groupId >org.apache.maven.plugins</groupId >
27+ <artifactId >maven-deploy-plugin</artifactId >
28+ <version >${maven-deploy-plugin.version} </version >
29+ <configuration >
30+ <skip >true</skip >
31+ </configuration >
32+ </plugin >
33+ </plugins >
34+ </build >
35+
2336</project >
Original file line number Diff line number Diff line change 1313 <packaging >jar</packaging >
1414 <description >Catalog sample application</description >
1515
16- <build >
17- <plugins >
18- <plugin >
19- <groupId >org.apache.maven.plugins</groupId >
20- <artifactId >maven-deploy-plugin</artifactId >
21- <version >${maven-deploy-plugin.version} </version >
22- <configuration >
23- <skip >true</skip >
24- </configuration >
25- </plugin >
26- </plugins >
27- </build >
28-
2916 <dependencies >
3017 <dependency >
3118 <groupId >org.springframework.shell</groupId >
Original file line number Diff line number Diff line change 1313 <packaging >jar</packaging >
1414 <description >Commands sample application</description >
1515
16- <build >
17- <plugins >
18- <plugin >
19- <groupId >org.apache.maven.plugins</groupId >
20- <artifactId >maven-deploy-plugin</artifactId >
21- <version >${maven-deploy-plugin.version} </version >
22- <configuration >
23- <skip >true</skip >
24- </configuration >
25- </plugin >
26- </plugins >
27- </build >
28-
2916 <dependencies >
3017 <dependency >
3118 <groupId >org.springframework.shell</groupId >
Original file line number Diff line number Diff line change 1313 <packaging >jar</packaging >
1414 <description >E2E sample application</description >
1515
16- <build >
17- <plugins >
18- <plugin >
19- <groupId >org.apache.maven.plugins</groupId >
20- <artifactId >maven-deploy-plugin</artifactId >
21- <version >${maven-deploy-plugin.version} </version >
22- <configuration >
23- <skip >true</skip >
24- </configuration >
25- </plugin >
26- </plugins >
27- </build >
28-
2916 <dependencies >
3017 <dependency >
3118 <groupId >org.springframework.shell</groupId >
Original file line number Diff line number Diff line change 2929 </archive >
3030 </configuration >
3131 </plugin >
32- <plugin >
33- <groupId >org.apache.maven.plugins</groupId >
34- <artifactId >maven-deploy-plugin</artifactId >
35- <version >${maven-deploy-plugin.version} </version >
36- <configuration >
37- <skip >true</skip >
38- </configuration >
39- </plugin >
4032 </plugins >
4133 </build >
4234
You can’t perform that action at this time.
0 commit comments