MVN

com.github.markusmo3.urm : urm-maven-plugin

Maven & Gradle

Feb 16, 2019
13 stars

urm-maven · Plugin to run UML Reverse Mapper in your Maven project

<plugin>
    <groupId>com.github.markusmo3.urm</groupId>
    <artifactId>urm-maven-plugin</artifactId>
    <version>1.4.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.markusmo3.urm : urm-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.4.5

All Versions

Choose a version of com.github.markusmo3.urm : urm-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4.x
urm-maven-plugin-1.4.5
urm-maven-plugin-1.4.4
urm-maven-plugin-1.4.3
urm-maven-plugin-1.4.2
urm-maven-plugin-1.4.1
urm-maven-plugin-1.4.0

How to add a plugin to Maven

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

<plugin>
    <groupId>com.github.markusmo3.urm</groupId>
    <artifactId>urm-maven-plugin</artifactId>
    <version>1.4.5</version>
</plugin>