In order to start the database, use the following command:

mvn exec:java -Dexec.mainClass="org.hsqldb.Server" -Dexec.args="-database.0 file:db/data/tutorial -dbname.0 cheeses"


