MVN

fr.xebia.maven.plugins : mindmap-maven-plugin

Maven & Gradle

Nov 20, 2011
5 stars

This plugin generates a MindMap from the project dependencies. The mindmap file (with the '.mm' extension) can be viewed with Freeplane (free tool). By default, the mindmap shows the full dependency tree. You can filter this tree at generation time by artifact's group id, by providing a parameter 'groupIdsFilteringREGEXMatch' setted with a groupId name fragment (a startswith will be performed). Usage is (for exemple) : mvn fr.xebia.maven.plugins:mindmap-maven-plugin:1.0.0-SNAPSHOT:mindmap with filtering : mvn fr.xebia.maven.plugins:mindmap-maven-plugin:1.0.0-SNAPSHOT:mindmap -DgroupIdsFilteringREGEXMatch=fr.xebia

<plugin>
    <groupId>fr.xebia.maven.plugins</groupId>
    <artifactId>mindmap-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.xebia.maven.plugins : mindmap-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of fr.xebia.maven.plugins : mindmap-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
mindmap-maven-plugin-1.0.1
mindmap-maven-plugin-1.0.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>fr.xebia.maven.plugins</groupId>
    <artifactId>mindmap-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>