Goals available for this plugin:
Goal | Description |
---|---|
andromda-site-cartridge:generate-cartridge-howto-artifacts | Goal that runs AndroMDA over the howto model to generate the cartridge java source files which are referenced via the cartridge xhtml docs. It also unpacks the cartridge related archive files, such as the howto pictures for the cartridge site documentation, to target/site/howto locations preparing for deployment. |
andromda-site-cartridge:help | Display help information on andromda-site-cartridge-plugin. Call mvn andromda-site-cartridge:help -Ddetail=true -Dgoal=<goal-name>to display parameter details. |
The following specifies the minimum requirements to run this Maven plugin:
Maven | 2.0 |
JDK | 1.6 |
Memory | No minimum requirement. |
Disk Space | No minimum requirement. |
You should specify the version in your project's plugin configuration:
<project> ... <build> <!-- To define the plugin version in your parent POM --> <pluginManagement> <plugins> <plugin> <groupId>org.andromda.maven.plugins.site</groupId> <artifactId>andromda-site-cartridge-plugin</artifactId> <version>3.5-SNAPSHOT</version> </plugin> ... </plugins> </pluginManagement> <!-- To use the plugin goals in your POM or parent POM --> <plugins> <plugin> <groupId>org.andromda.maven.plugins.site</groupId> <artifactId>andromda-site-cartridge-plugin</artifactId> <version>3.5-SNAPSHOT</version> </plugin> ... </plugins> </build> ... </project>
For more information, see "Guide to Configuring Plug-ins"