I am trying to generate a rollback script by rollbackTag using maven liquibase plugin as follows in offline mode. It failed to find a tag in offline database(nothing but a changelog.csv file generated on process). It working by rollbackCount.
I am suspecting the problem with generated changelog file in offline mode It’s not updating changeset tag information in it.
org.liquibase liquibase-maven-plugin ${liquibase.maven.plugin.version} true write-application-rollback-script-sql generate-sources changelog/install-hub.xml env/offline.properties ${project.basedir}/target/liquibase/RollbackPatchScript.sql v3.1.0-1896 rollbackSQL
offline.properties
offline:oracle?version=11.0&changeLogFile=changelog.csv&outputLiquibaseSql=true