Hi
I am using Liquibase. I want the
database tables to be created before the Integration Tests.
What I can see is that the Integration Tests are not being run
and the liquibase-maven-plugin version 3.2.2 runs last in the
build process of Apache Maven.
The code is located on GitHib: https://github.com/rajivj2/example2/
The EmployeeJpaDAOIT.java is the
class that contains the test. All I want to do is have the
tables created before the test actually starts.
Can you please help? |
|
↧
Liquibase liquibase-maven-plugin does not run Integration Tests in Apache Maven
↧