Goals

Goal Description
andromda:run

Runs the AndroMDA processor with AndroMDA plugins (i.e. cartridges and translation-libraries) found on your CLASSPATH. AndroMDA is configured through the value of the the maven.andromda.configuration.uri property.

andromda:schema2xmi

Runs AndroMDA's Schema2XMI to provide XMI generation from a database schema. See Plugin Settings for more information on how to configure this goal.

andromda:start-server

Starts the AndroMDA server instance. When this is running, modeling processing will occur on the server. This dramatically helps to improve initialization and loading time when running AndroMDA because these things are taken care of in advance (before the model is actually processed). The server is configured through AndroMDA configuration file .

andromda:stop-server

Stops the AndroMDA server instance (if it's currently running). The server information is configured through AndroMDA configuration file .