This commit is contained in:
parent
2ff690d180
commit
c16e6137fd
6 changed files with 3 additions and 118 deletions
7
pom.xml
7
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue