Skip to content
This repository has been archived by the owner on Apr 5, 2019. It is now read-only.

Commit

Permalink
stop can fail on error
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Donald committed Oct 19, 2010
1 parent d56a689 commit 52c03c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,8 @@
username="${publish.username}"
command="${publish.serverPath}/bin/tcruntime-ctl.sh stop"
keyfile="${publish.keyfile}"
trust="true" />
trust="true"
failonerror="false" />
<sshexec host="${publish.host}"
username="${publish.username}"
command="rm -rf ${publish.serverPath}/webapps/*"
Expand Down

0 comments on commit 52c03c7

Please sign in to comment.