Goals

Goal Description
andromdapp:generate

Generates an AndroMDA Powered Maven J2EE application (standalone WAR or EAR). When you run this goal, you will be prompted to enter some application values before your application will be generated.

andromdapp:clean-structure

Removes the an AndroMDApp generated application structure.

andromdapp:deploy

Provides the deployment of applications to a given directory.

andromdapp:eclipse

Writes the necessary .classpath and .project files for a new eclipse application. Deprecated - use eclipse:eclipse instead.

andromdapp:help

Goal help and parameters.

andromdapp:instrument-scripts

Allows for the ScriptClassGenerator mojo to be invoked. on one or more given classes.

andromdapp:link

Post processes a previously built ear and replaces any war artifacts with symbolic links and then symbolic links the ear to the deploy directory so that we don't have to redeploy an ear in order to make jsp changes.

andromdapp:schema

Provides the ability to drop database schemas.

andromdapp:undeploy

Provides the undeployment of applications from a given directory.