File tree Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Original file line number Diff line number Diff line change 351
351
</plugins >
352
352
</pluginManagement >
353
353
<plugins >
354
- <!-- Skip the deploy plugin explicitly: we use nexus-staging-maven-plugin instead -->
355
- <plugin >
356
- <groupId >org.apache.maven.plugins</groupId >
357
- <artifactId >maven-gpg-plugin</artifactId >
358
- </plugin >
359
354
<!-- Skip the deploy plugin explicitly: we use nexus-staging-maven-plugin instead -->
360
355
<plugin >
361
356
<groupId >org.apache.maven.plugins</groupId >
393
388
</build >
394
389
395
390
<profiles >
391
+ <profile >
392
+ <id >release</id >
393
+ <activation >
394
+ <property >
395
+ <name >performRelease</name >
396
+ <value >true</value >
397
+ </property >
398
+ </activation >
399
+ <build >
400
+ <plugins >
401
+ <plugin >
402
+ <groupId >org.apache.maven.plugins</groupId >
403
+ <artifactId >maven-gpg-plugin</artifactId >
404
+ </plugin >
405
+ </plugins >
406
+ </build >
407
+ </profile >
408
+
396
409
<!--
397
410
WARNING: this MUST be the very last profile,
398
411
so that the "report" module is the very last module,
You can’t perform that action at this time.
0 commit comments