MVN

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

Maven & Gradle

Dec 10, 2009

AndroMDA Site Plugin · A plugin that enhances the maven site plugin to suit Andromda's modifications. It creates the namespace and profile documentation.

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

Latest Version

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

  • Latest Stable: 3.2

All Versions

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

Version Vulnerabilities Updated
3.2
andromda-site-plugin-3.2

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.site</groupId>
    <artifactId>andromda-site-plugin</artifactId>
    <version>3.2</version>
</plugin>