[
https://issues.apache.org/jira/browse/MDEP-695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emanuel Ciuca updated MDEP-695:
-------------------------------
Description:
While trying to generate some diagrams for maven module dependencies I found
mermaidjs flowchart diagrams to be most suitable for large graphs. (see
[https://mermaid-js.github.io/mermaid/#/flowchart|https://mermaid-js.github.io/mermaid/#/flowchart)])
Here is an example of a graph I generated for one of the projects I work on:
{code:java}
graph LR
module-1 --> |compile| module-2
module-3 --> |compile| module-4
module-3 --> |test| module-5
module-3 --> |compile,test| module-2
module-3 --> |test| module-1{code}
I would be helpful to be able to generate this diagram for a multi-module maven
project
was:
While trying to generate some diagrams for maven module dependencies I found
mermaidjs flowchart diagrams to be most suitable for large graphs. (see
[https://mermaid-js.github.io/mermaid/#/flowchart|https://mermaid-js.github.io/mermaid/#/flowchart)])
Here is an example of a graph I generated for one of the projects I work on:
{code:java}
graph LR
module-1 --> |compile| module-2
module-3 --> |compile| module-4
module-3 --> |test| module-5
module-3 --> |compile,test| module-2
module-3 --> |test| module-1{code}
> Improve mvn dependency:tree - add option to generate mermaidjs flowchart
> diagram format
> ---------------------------------------------------------------------------------------
>
> Key: MDEP-695
> URL: https://issues.apache.org/jira/browse/MDEP-695
> Project: Maven Dependency Plugin
> Issue Type: New Feature
> Components: tree
> Affects Versions: waiting-for-feedback
> Environment: all
> Reporter: Emanuel Ciuca
> Priority: Minor
> Labels: features
> Attachments: demo.svg
>
>
> While trying to generate some diagrams for maven module dependencies I found
> mermaidjs flowchart diagrams to be most suitable for large graphs. (see
> [https://mermaid-js.github.io/mermaid/#/flowchart|https://mermaid-js.github.io/mermaid/#/flowchart)])
> Here is an example of a graph I generated for one of the projects I work on:
>
> {code:java}
> graph LR
> module-1 --> |compile| module-2
> module-3 --> |compile| module-4
> module-3 --> |test| module-5
> module-3 --> |compile,test| module-2
> module-3 --> |test| module-1{code}
>
> I would be helpful to be able to generate this diagram for a multi-module
> maven project
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)