Melati Maven Archetype

Generate a prototypical Melati project

This will create a project with id art and a group com.ical in a directory below the curren one called art .

Note that we are hacking the version to be the melati version. Also th epom will contain a one-off ant-run task which can be deleted.

cd art
mvn install
mvn eclipse:eclipse

Iterative modelling

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 .