File tree Expand file tree Collapse file tree 1 file changed +14
-15
lines changed Expand file tree Collapse file tree 1 file changed +14
-15
lines changed Original file line number Diff line number Diff line change 177
177
</execution >
178
178
</executions >
179
179
</plugin >
180
+ <plugin >
181
+ <groupId >org.apache.maven.plugins</groupId >
182
+ <artifactId >maven-gpg-plugin</artifactId >
183
+ <version >1.5</version >
184
+ <executions >
185
+ <execution >
186
+ <id >sign-artifacts</id >
187
+ <phase >verify</phase >
188
+ <goals >
189
+ <goal >sign</goal >
190
+ </goals >
191
+ </execution >
192
+ </executions >
193
+ </plugin >
180
194
</plugins >
181
195
</build >
182
196
</profile >
225
239
</executions >
226
240
</plugin >
227
241
228
- <plugin >
229
- <groupId >org.apache.maven.plugins</groupId >
230
- <artifactId >maven-gpg-plugin</artifactId >
231
- <version >1.5</version >
232
- <executions >
233
- <execution >
234
- <id >sign-artifacts</id >
235
- <phase >verify</phase >
236
- <goals >
237
- <goal >sign</goal >
238
- </goals >
239
- </execution >
240
- </executions >
241
- </plugin >
242
-
243
242
<plugin >
244
243
<artifactId >maven-compiler-plugin</artifactId >
245
244
<version >3.1</version >
You can’t perform that action at this time.
0 commit comments