Closed jvsrvcs closed 10 years ago
Cargo by itself does not support this functionality. That's why the plugin does not support it out-of-the-box. If you are using Tomcat, you can build this yourself with the help of Tomcat's Ant tasks. Here's example code that does exactly that.
If I call the 'cargoUndeployRemote' plugin but the webapp is not deployed the task fails. How do I put a message into Info (that "webapp is not deployed") but continue on with other tasks such that executing this task would be marked with a successful return value?
I want tasks to execute after the cargoUndeployRemote, using the --continue flag has no effect if I depend on the cargoUndeployRemote task to run before running other tasks.