DOC

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

Table Of Contents

Latest Version

Download fr.xebia.maven.plugins : mindmap-maven-plugin Javadoc & API Documentation - Latest Versions:

All Versions

Download fr.xebia.maven.plugins : mindmap-maven-plugin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file mindmap-maven-plugin-1.0.1-javadoc.jar to mindmap-maven-plugin-1.0.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder mindmap-maven-plugin-1.0.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "mindmap-maven-plugin-1.0.1-sources.jar" -d "mindmap-maven-plugin-1.0.1-javadoc" -subpackages