Quantcast
Channel: Liquibase Forums
Viewing all articles
Browse latest Browse all 1169

Re : mvn plugin not working

$
0
0
Your problem is that you declared a dependency to the liquibase-maven-plugin and not the use of it.

You need to include the plugin in the <plugins> section and a <dependency> to the jdbc driver of your database.

This is not related to the rollback. Any other goal can not work this way too.

Viewing all articles
Browse latest Browse all 1169

Trending Articles