File tree Expand file tree Collapse file tree 1 file changed +29
-14
lines changed Expand file tree Collapse file tree 1 file changed +29
-14
lines changed Original file line number Diff line number Diff line change 197
197
</execution >
198
198
</executions >
199
199
</plugin >
200
- <plugin >
201
- <groupId >org.apache.maven.plugins</groupId >
202
- <artifactId >maven-gpg-plugin</artifactId >
203
- <version >1.5</version >
204
- <executions >
205
- <execution >
206
- <id >sign-artifacts</id >
207
- <phase >verify</phase >
208
- <goals >
209
- <goal >sign</goal >
210
- </goals >
211
- </execution >
212
- </executions >
213
- </plugin >
214
200
<plugin >
215
201
<groupId >org.apache.maven.plugins</groupId >
216
202
<artifactId >maven-compiler-plugin</artifactId >
274
260
</plugins >
275
261
</reporting >
276
262
263
+ <profiles >
264
+ <profile >
265
+ <id >release-sign-artifacts</id >
266
+ <activation >
267
+ <property >
268
+ <name >performRelease</name >
269
+ <value >true</value >
270
+ </property >
271
+ </activation >
272
+ <build >
273
+ <plugins >
274
+ <plugin >
275
+ <groupId >org.apache.maven.plugins</groupId >
276
+ <artifactId >maven-gpg-plugin</artifactId >
277
+ <version >1.5</version >
278
+ <executions >
279
+ <execution >
280
+ <id >sign-artifacts</id >
281
+ <phase >verify</phase >
282
+ <goals >
283
+ <goal >sign</goal >
284
+ </goals >
285
+ </execution >
286
+ </executions >
287
+ </plugin >
288
+ </plugins >
289
+ </build >
290
+ </profile >
291
+ </profiles >
277
292
</project >
You can’t perform that action at this time.
0 commit comments