Skip to content

Commit

Permalink
[issue-1349] - Update the maven-release-release plugin config (#1350)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiobrz authored Jan 17, 2025
1 parent 449871b commit 48c78f7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@
<autoVersionSubmodules>true</autoVersionSubmodules>
<pushChanges>false</pushChanges>
<localCheckout>true</localCheckout>
<releaseProfiles>gpg-sign</releaseProfiles>
<tagNameFormat>@{project.version}</tagNameFormat>
</configuration>
</plugin>
</plugins>
Expand Down
17 changes: 17 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,10 @@
<autoVersionSubmodules>true</autoVersionSubmodules>
<pushChanges>false</pushChanges>
<localCheckout>true</localCheckout>
<preparationGoals>clean install</preparationGoals>
<releaseProfiles>gpg-sign,jboss-release</releaseProfiles>
<arguments>-DskipTests=true -DskipItTests=true</arguments>
<tagNameFormat>@{project.version}</tagNameFormat>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -522,4 +526,17 @@
</plugin>
</plugins>
</build>

<distributionManagement>
<repository>
<id>${jboss.releases.repo.id}</id>
<name>JBoss Releases Repository</name>
<url>${jboss.releases.repo.url}</url>
</repository>
<snapshotRepository>
<id>${jboss.snapshots.repo.id}</id>
<name>JBoss Snapshots Repository</name>
<url>${jboss.snapshots.repo.url}</url>
</snapshotRepository>
</distributionManagement>
</project>

0 comments on commit 48c78f7

Please sign in to comment.