Skip to content
This repository was archived by the owner on Apr 25, 2024. It is now read-only.

Commit 772db34

Browse files
committed
simplify release
Signed-off-by: Olivier Lamy <olamy@apache.org>
1 parent ad0108f commit 772db34

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,9 @@
104104
<asfTomcatMavenPluginVersion>2.2</asfTomcatMavenPluginVersion>
105105
<tomcat7Version>7.0.54</tomcat7Version>
106106

107+
<arguments></arguments>
107108
<release.preparationGoals>clean install</release.preparationGoals>
109+
<release.arguments>-DretryFailedDeploymentCount=5 ${arguments}</release.arguments>
108110
<springockito.version>1.0.9</springockito.version>
109111
<mockito.version>1.9.5</mockito.version>
110112
</properties>
@@ -1805,8 +1807,9 @@
18051807
<useReleaseProfile>false</useReleaseProfile>
18061808
<autoVersionSubmodules>true</autoVersionSubmodules>
18071809
<goals>deploy</goals>
1810+
<releaseProfiles>release</releaseProfiles>
18081811
<preparationGoals>${release.preparationGoals}</preparationGoals>
1809-
<arguments>-Prelease -DretryFailedDeploymentCount=5</arguments>
1812+
<arguments>${release.arguments}</arguments>
18101813
</configuration>
18111814
</plugin>
18121815
<plugin>

0 commit comments

Comments
 (0)