File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 155
155
<autoVersionSubmodules >true</autoVersionSubmodules >
156
156
<pushChanges >false</pushChanges >
157
157
<localCheckout >true</localCheckout >
158
+ <releaseProfiles >gpg-sign</releaseProfiles >
159
+ <tagNameFormat >@{project.version}</tagNameFormat >
158
160
</configuration >
159
161
</plugin >
160
162
</plugins >
Original file line number Diff line number Diff line change 486
486
<autoVersionSubmodules >true</autoVersionSubmodules >
487
487
<pushChanges >false</pushChanges >
488
488
<localCheckout >true</localCheckout >
489
+ <preparationGoals >clean install</preparationGoals >
490
+ <releaseProfiles >gpg-sign,jboss-release</releaseProfiles >
491
+ <arguments >-DskipTests=true -DskipItTests=true</arguments >
492
+ <tagNameFormat >@{project.version}</tagNameFormat >
489
493
</configuration >
490
494
</plugin >
491
495
<plugin >
522
526
</plugin >
523
527
</plugins >
524
528
</build >
529
+
530
+ <distributionManagement >
531
+ <repository >
532
+ <id >${jboss.releases.repo.id} </id >
533
+ <name >JBoss Releases Repository</name >
534
+ <url >${jboss.releases.repo.url} </url >
535
+ </repository >
536
+ <snapshotRepository >
537
+ <id >${jboss.snapshots.repo.id} </id >
538
+ <name >JBoss Snapshots Repository</name >
539
+ <url >${jboss.snapshots.repo.url} </url >
540
+ </snapshotRepository >
541
+ </distributionManagement >
525
542
</project >
You can’t perform that action at this time.
0 commit comments