MVN

org.andromda.maven.plugins.site : andromda-site-cartridge-plugin

Maven & Gradle

Sep 08, 2012

AndroMDA Site Cartridge Plugin · A plugin that enhances the maven site plugin and perform cartridge specific tasks required at the site creation phase. One of its tasks is to run AndroMDA over the cartridge HowTo model and unpack the HowTo pictures archive.

<plugin>
    <groupId>org.andromda.maven.plugins.site</groupId>
    <artifactId>andromda-site-cartridge-plugin</artifactId>
    <version>3.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.andromda.maven.plugins.site : andromda-site-cartridge-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.4

All Versions

Choose a version of org.andromda.maven.plugins.site : andromda-site-cartridge-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.4
andromda-site-cartridge-plugin-3.4
3.3
andromda-site-cartridge-plugin-3.3

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.andromda.maven.plugins.site</groupId>
    <artifactId>andromda-site-cartridge-plugin</artifactId>
    <version>3.4</version>
</plugin>