This will create a project with id art and a group com.ical in a directory below the current working directory called art.
Note that we are hacking the version to be the melati version. Also the pom will contain a one-off ant-run task which can be deleted.
cd art mvn install mvn -DdownloadSources=true -DdownloadJavadoc=true eclipse:eclipse
You can then run:
mvn jetty:run
This will create an empty database and allow you to edit it at http://localhost:8080/. You should login using the username _administrator_ and password FIXME then add table definitions and column definitions.
When you have finished, for now, stop Jetty with Ctrl-C.
New java files will be generated the next time you run mvn test.