faster
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
Stephan Schnabel 2025-06-25 14:18:24 +02:00
parent 2ff690d180
commit c16e6137fd
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
6 changed files with 3 additions and 118 deletions

View file

@ -257,13 +257,12 @@
<artifactId>maven-release-plugin</artifactId>
<version>3.1.1</version>
<configuration>
<preparationGoals>test</preparationGoals>
<preparationProfiles>check</preparationProfiles>
<goals>deploy -DskipITs</goals>
<releaseProfiles>deploy,release</releaseProfiles>
<preparationGoals>clean</preparationGoals>
<goals>clean</goals>
<signTag>true</signTag>
<scmReleaseCommitComment>@{prefix} prepare release @{releaseLabel} [CI SKIP]</scmReleaseCommitComment>
<tagNameFormat>@{project.version}</tagNameFormat>
<remoteTagging>false</remoteTagging>
</configuration>
</plugin>
<plugin>