Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
shashank-ssriva opened this issue Jun 15, 2018 · 0 comments

Comments

@shashank-ssriva
Copy link

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] ------------------------------------------------------------------------
@shashank-ssriva shashank-ssriva changed the title No table is created when mvn liquibase:update command is executed No table is created when mvn liquibase:update command is executed Jun 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant