MVN

com.github.sevntu-checkstyle : dsm-maven-plugin

Maven & Gradle

Mar 19, 2018

DSM maven plugin · Tool for generating report containing Dependency Structure Matrix for the maven site

<plugin>
    <groupId>com.github.sevntu-checkstyle</groupId>
    <artifactId>dsm-maven-plugin</artifactId>
    <version>2.2.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.sevntu-checkstyle : dsm-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.2.0

All Versions

Choose a version of com.github.sevntu-checkstyle : dsm-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.2.x
dsm-maven-plugin-2.2.0
2.1.x
dsm-maven-plugin-2.1.4
dsm-maven-plugin-2.1.3
dsm-maven-plugin-2.1.2
dsm-maven-plugin-2.1.1
2.1
dsm-maven-plugin-2.1

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.sevntu-checkstyle</groupId>
    <artifactId>dsm-maven-plugin</artifactId>
    <version>2.2.0</version>
</plugin>