Using HSQLDB with the SQL Maven Plugin and jOOQ
问题 This is a similar question like Using embedded database with Flyway and jOOQ in Maven for continuous integration, although not exactly the same as we're using the sql-maven-plugin , not Flyway. The following Maven plugin configuration fails: sql-maven-plugin <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>sql-maven-plugin</artifactId> <version>1.5</version> <executions> <execution> <id>create-database</id> <phase>generate-sources</phase> <goals> <goal>execute</goal> </goals>