f
This commit is contained in:
parent
e9a3c2646b
commit
f4567d0394
4 changed files with 52 additions and 22 deletions
4
pom.xml
4
pom.xml
|
@ -257,9 +257,9 @@
|
|||
<artifactId>maven-release-plugin</artifactId>
|
||||
<version>3.1.1</version>
|
||||
<configuration>
|
||||
<preparationGoals>clean verify</preparationGoals>
|
||||
<preparationGoals>test</preparationGoals>
|
||||
<preparationProfiles>check</preparationProfiles>
|
||||
<goals>deploy</goals>
|
||||
<goals>deploy -DskipITs</goals>
|
||||
<releaseProfiles>deploy,release</releaseProfiles>
|
||||
<signTag>true</signTag>
|
||||
<scmReleaseCommitComment>@{prefix} prepare release @{releaseLabel} [CI SKIP]</scmReleaseCommitComment>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue