added sleep to deployment

This commit is contained in:
Ziver Koc 2017-08-02 00:01:20 +02:00
parent 5f8d5e776d
commit cb2e6ace37

View file

@ -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}" />