License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdfr.xebia.maven.plugins |
ArtifactId | ArtifactIdmindmap-maven-plugin |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typemaven-plugin |
Description |
DescriptionMaven 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 |
Source Code Management |
Source Code Management |
<plugin>
<groupId>fr.xebia.maven.plugins</groupId>
<artifactId>mindmap-maven-plugin</artifactId>
<version>1.0.1</version>
</plugin>
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 |