Add SSH Tunnelling for JDBC Connections in Maven Plugin
Description
I'm using LiquiBase in combination with Jenkins and Maven to apply database changesets to remote development environments hosted in the cloud. We don't access these remote databases directly, instead we use an SSH tunnel. It'd be really handy if the Maven plugin could do that directly, rather than me having to set up a plethora of tunnel apps on my Jenkins machine.
I'm using LiquiBase in combination with Jenkins and Maven to apply database changesets to remote development environments hosted in the cloud. We don't access these remote databases directly, instead we use an SSH tunnel. It'd be really handy if the Maven plugin could do that directly, rather than me having to set up a plethora of tunnel apps on my Jenkins machine.