Maven dependency :: mindmap-maven-plugin maven-plugin

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

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

fr.xebia.maven.plugins
ArtifactId

ArtifactId

mindmap-maven-plugin
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Maven dependency :: mindmap-maven-plugin maven-plugin
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
Project URL

Project URL

https://github.com/ielfatmi/mindmap-maven-plugin
Source Code Management

Source Code Management

https://github.com/ielfatmi/mindmap-maven-plugin

Download mindmap-maven-plugin

How to add to project

<plugin>
    <groupId>fr.xebia.maven.plugins</groupId>
    <artifactId>mindmap-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.maven.shared : maven-dependency-tree jar 1.2
org.apache.maven : maven-plugin-api jar 2.2.1
org.apache.velocity : velocity-tools jar 2.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0