MVN

org.andromda.maven.plugins : andromda-multi-source-plugin

Maven & Gradle

Dec 10, 2009

AndroMDA Maven Multi-Source Plugin · A plugin who's sole purpose is to allow us to add multiple source roots to a project (since the default maven compiler plugin doesn't allow it).

<plugin>
    <groupId>org.andromda.maven.plugins</groupId>
    <artifactId>andromda-multi-source-plugin</artifactId>
    <version>3.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.3

All Versions

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

Version Vulnerabilities Updated
3.3
andromda-multi-source-plugin-3.3
3.2
andromda-multi-source-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.plugins</groupId>
    <artifactId>andromda-multi-source-plugin</artifactId>
    <version>3.3</version>
</plugin>