File tree 3 files changed +52
-0
lines changed
3 files changed +52
-0
lines changed Original file line number Diff line number Diff line change 93
93
<groupId >org.springframework.boot</groupId >
94
94
<artifactId >spring-boot-maven-plugin</artifactId >
95
95
</plugin >
96
+ <plugin >
97
+ <groupId >org.apache.maven.plugins</groupId >
98
+ <artifactId >maven-deploy-plugin</artifactId >
99
+ <version >${maven-deploy-plugin.version} </version >
100
+ <configuration >
101
+ <skip >true</skip >
102
+ </configuration >
103
+ </plugin >
104
+ <plugin >
105
+ <groupId >org.apache.maven.plugins</groupId >
106
+ <artifactId >maven-site-plugin</artifactId >
107
+ <version >3.12.1</version >
108
+ <configuration >
109
+ <skip >true</skip >
110
+ </configuration >
111
+ </plugin >
96
112
</plugins >
97
113
</build >
98
114
Original file line number Diff line number Diff line change 18
18
<module >consumer-app</module >
19
19
</modules >
20
20
21
+ <build >
22
+ <plugins >
23
+ <plugin >
24
+ <groupId >org.apache.maven.plugins</groupId >
25
+ <artifactId >maven-deploy-plugin</artifactId >
26
+ <version >${maven-deploy-plugin.version} </version >
27
+ <configuration >
28
+ <skip >true</skip >
29
+ </configuration >
30
+ </plugin >
31
+ <plugin >
32
+ <groupId >org.apache.maven.plugins</groupId >
33
+ <artifactId >maven-site-plugin</artifactId >
34
+ <version >3.12.1</version >
35
+ <configuration >
36
+ <skip >true</skip >
37
+ </configuration >
38
+ </plugin >
39
+ </plugins >
40
+ </build >
21
41
</project >
Original file line number Diff line number Diff line change 80
80
<groupId >org.springframework.boot</groupId >
81
81
<artifactId >spring-boot-maven-plugin</artifactId >
82
82
</plugin >
83
+ <plugin >
84
+ <groupId >org.apache.maven.plugins</groupId >
85
+ <artifactId >maven-deploy-plugin</artifactId >
86
+ <version >${maven-deploy-plugin.version} </version >
87
+ <configuration >
88
+ <skip >true</skip >
89
+ </configuration >
90
+ </plugin >
91
+ <plugin >
92
+ <groupId >org.apache.maven.plugins</groupId >
93
+ <artifactId >maven-site-plugin</artifactId >
94
+ <version >3.12.1</version >
95
+ <configuration >
96
+ <skip >true</skip >
97
+ </configuration >
98
+ </plugin >
83
99
</plugins >
84
100
</build >
85
101
</project >
You can’t perform that action at this time.
0 commit comments