Execution failed for task ':deployRemoteDevelopment'.
> org.codehaus.cargo.container.ContainerException: The [cargo.remote.username] and [cargo.remote.password] properties are mandatory and need to be defined in your configuration.
After investigation I found out that error was due to following line of code
This exception is thrown from Cargo. There's nothing I can do about in this plugin. Please address this issue on the Cargo user mailing list. They might fix it for you.
I was trying to deploy my application on multiple tomcat instances using Cargo (cargo-base) Plugin. Following is my code.
But I was getting following exception:
After investigation I found out that error was due to following line of code
i.e. cargo plugin doesn't allow us to use empty password, which is a valid password of my tomcat server. Is this intentional behavior or a bug?