File tree Expand file tree Collapse file tree 4 files changed +35
-0
lines changed Expand file tree Collapse file tree 4 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 123
123
<jacoco-maven-plugin .version>0.8.6</jacoco-maven-plugin .version>
124
124
<flatten-maven-plugin .version>1.2.5</flatten-maven-plugin .version>
125
125
<maven-gpg-plugin .version>1.6</maven-gpg-plugin .version>
126
+ <maven-deploy-plugin .version>2.7</maven-deploy-plugin .version>
126
127
</properties >
127
128
128
129
<build >
238
239
</execution >
239
240
</executions >
240
241
</plugin >
242
+ <plugin >
243
+ <groupId >org.apache.maven.plugins</groupId >
244
+ <artifactId >maven-deploy-plugin</artifactId >
245
+ <version >${maven-deploy-plugin.version} </version >
246
+ </plugin >
241
247
</plugins >
242
248
</build >
243
249
Original file line number Diff line number Diff line change 130
130
</execution >
131
131
</executions >
132
132
</plugin >
133
+ <plugin >
134
+ <groupId >org.apache.maven.plugins</groupId >
135
+ <artifactId >maven-deploy-plugin</artifactId >
136
+ <version >${maven-deploy-plugin.version} </version >
137
+ <configuration >
138
+ <skip >true</skip >
139
+ </configuration >
140
+ </plugin >
133
141
</plugins >
134
142
</build >
135
143
Original file line number Diff line number Diff line change 64
64
</execution >
65
65
</executions >
66
66
</plugin >
67
+ <plugin >
68
+ <groupId >org.apache.maven.plugins</groupId >
69
+ <artifactId >maven-deploy-plugin</artifactId >
70
+ <version >${maven-deploy-plugin.version} </version >
71
+ <configuration >
72
+ <skip >true</skip >
73
+ </configuration >
74
+ </plugin >
67
75
</plugins >
68
76
</build >
69
77
Original file line number Diff line number Diff line change 236
236
</dependency >
237
237
</dependencies >
238
238
239
+ <build >
240
+ <plugins >
241
+ <plugin >
242
+ <groupId >org.apache.maven.plugins</groupId >
243
+ <artifactId >maven-deploy-plugin</artifactId >
244
+ <version >${maven-deploy-plugin.version} </version >
245
+ <configuration >
246
+ <skip >true</skip >
247
+ </configuration >
248
+ </plugin >
249
+ </plugins >
250
+ </build >
251
+
239
252
</project >
You can’t perform that action at this time.
0 commit comments