Skip to content

Commit

Permalink
build: Skip sort during release.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Feb 28, 2024
1 parent 912aec0 commit 9a4d862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@
<releaseProfiles>release</releaseProfiles>
<tagNameFormat>@{project.version}</tagNameFormat>
<goals>deploy</goals>
<arguments>-Drelease -Dgpg.skip=${skipSigning} -DskipTests=${skipTestsDuringRelease} -DisDryRun=${dryRun}</arguments>
<arguments>-Drelease -Dgpg.skip=${skipSigning} -DskipTests=${skipTestsDuringRelease} -DisDryRun=${dryRun} -Dsort.skip</arguments>
<preparationGoals>clean exec:exec@prepare-release verify</preparationGoals>
<pushChanges>false</pushChanges>
<localCheckout>true</localCheckout>
Expand Down

0 comments on commit 9a4d862

Please sign in to comment.