simplify release

Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
Olivier Lamy 2022-10-04 14:08:57 +10:00
parent ad0108f1b8
commit 772db34742
No known key found for this signature in database
GPG Key ID: 873A8E86B4372146
1 changed files with 4 additions and 1 deletions

View File

@ -104,7 +104,9 @@
<asfTomcatMavenPluginVersion>2.2</asfTomcatMavenPluginVersion>
<tomcat7Version>7.0.54</tomcat7Version>
<arguments></arguments>
<release.preparationGoals>clean install</release.preparationGoals>
<release.arguments>-DretryFailedDeploymentCount=5 ${arguments}</release.arguments>
<springockito.version>1.0.9</springockito.version>
<mockito.version>1.9.5</mockito.version>
</properties>
@ -1805,8 +1807,9 @@
<useReleaseProfile>false</useReleaseProfile>
<autoVersionSubmodules>true</autoVersionSubmodules>
<goals>deploy</goals>
<releaseProfiles>release</releaseProfiles>
<preparationGoals>${release.preparationGoals}</preparationGoals>
<arguments>-Prelease -DretryFailedDeploymentCount=5</arguments>
<arguments>${release.arguments}</arguments>
</configuration>
</plugin>
<plugin>