fixed issue with tomcat not redeploying war
This commit is contained in:
parent
16fefa7e0e
commit
e4b6e0363a
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="deploy" depends="package">
|
<target name="deploy" depends="package">
|
||||||
|
<delete file="${deployPath}" quiet="true">
|
||||||
<copy
|
<copy
|
||||||
file="${releaseDir}/Zallery.war"
|
file="${releaseDir}/Zallery.war"
|
||||||
toFile="${deployPath}" />
|
toFile="${deployPath}" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue