added sleep to deployment
This commit is contained in:
parent
5f8d5e776d
commit
cb2e6ace37
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@
|
|||
|
||||
<target name="deploy" depends="package">
|
||||
<delete file="${deployPath}" quiet="true" />
|
||||
<sleep seconds="1"/> <!-- Let Tomcat figure out to redeploy -->
|
||||
<copy
|
||||
file="${releaseDir}/Zallery.war"
|
||||
toFile="${deployPath}" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue