I would really like to use the Percona extension, but need a really basic question answered:
Where does the “liquibase-percona-1.1.0.jar” file go?
I have it in /usr/share/liqubase/lib but am unable to have my liquibase installation ‘see’ it.
Perhaps there is some other issue with my pom files?
How are you running Liquibase? Command Line? Maven? Ant?
Trying to use maven
I can get liquibase to use the percona plugin when I call it from the shell
/usr/share/liquibase/liquibase update
Because the plugin is installed here
/usr/share/liquibase/lib/liquibase-percona-1.1.0.jar
But I cannot get maven to get liquibase to use the percona plugin.
Try adding the plugin dependency inside the plugin itself.
org.liquibase
liquibase-maven-plugin
3.3.2
src/main/resources/liquibase/liquibase.properties
process-resources
update
com.github.adangel.liquibase.ext
liquibase-percona
1.1.0