I am truing to drop unique constraint using Liquibase
and i am using maven. So when i first run mvn liquibase:update, Liquibase drops appropriate constraints, but when after that i run mvn clean package it obviously fails because there is no constraints in db. So i couldn’t find appropriate maven scope or property to disable Liquibase when running mvn clean package or install. Maybe there are some preconditions which can help me?