The way how the authentication is passed to the wagon was changed from 0.0.6 to 0.0.7. The new code does not take care of the encrypted password and assumes that settings object holds the plain text password.
The code can be rolled back to get the authentication from wagonManager as in 0.0.6
The way how the authentication is passed to the wagon was changed from 0.0.6 to 0.0.7. The new code does not take care of the encrypted password and assumes that settings object holds the plain text password.
The code can be rolled back to get the authentication from wagonManager as in 0.0.6
or the code would need to be adjusted to check for the encryption and use the maven functionality to get the actual password
https://github.com/mojohaus/sql-maven-plugin/blob/master/src/main/java/org/codehaus/mojo/sql/SqlExecMojo.java