Suppose I want to create and use an H2 database for my integration tests.
Maven has a command to run tests: mvn test.
mvn test
Is there a way to tell maven t
If you want to make it in memory, then just use a different URL:
You can give additional options, such as: ;DB_CLOSE_DELAY=-1
see: http://www.h2database.com/html/features.html#in_memory_databases