Skip to content

No table is created when mvn liquibase:update command is executed #4

Description

@shashank-ssriva

When I issue the mvn liquibase:update command, it executes successfully but the table is not created. I am running it on Mac. Also, the DB file is not created inside /tmp. It gets created inside the liquibase-helloworld.

root@shashank-mbp /U/a/D/p/c/liquibase-helloworld# mvn liquibase:update
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building liquibasehello 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- liquibase-maven-plugin:3.0.0-rc1:update (default-cli) @ liquibasehello ---
[INFO] ------------------------------------------------------------------------
[INFO] there are no resolved artifacts for the Maven project.
[INFO] Executing on Database: jdbc:h2:liquidhello
INFO 15/6/18 8:57 AM:liquibase: Successfully acquired change log lock
INFO 15/6/18 8:57 AM:liquibase: Reading from PUBLIC.DATABASECHANGELOG
INFO 15/6/18 8:57 AM:liquibase: Reading from PUBLIC.DATABASECHANGELOG
INFO 15/6/18 8:57 AM:liquibase: Successfully released change log lock
INFO 15/6/18 8:57 AM:liquibase: Successfully released change log lock
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.396 s
[INFO] Finished at: 2018-06-15T08:57:17+05:30
[INFO] Final Memory: 17M/296M
[INFO] ------------------------------------------------------------------------

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions