Well, the quick and dirty solution is to use -DskipTests, or to disable schema validation by setting spring.jpa.hibernate.ddl-auto to none and then exclude offending tests in the maven-surefire-plugin configuration.
That being said, you should definitely configure your integration...
- This reply was modified 4 years, 4 months ago by Alton_96.