[
https://issues.apache.org/jira/browse/MJDEPS-14?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lennart Jörelid updated MJDEPS-14:
----------------------------------
Description:
While the JDEPs is good to run as a control plugin, it is also really a good
structural addition to JDK8 and JDK9 build reactors to harvest information
about dependencies between projects/modules.
The jdeps tool can already emit DOT files - so we can compile those into
graphics shown in a report on the maven site. The majority of the work is -
hence - already done. However, this requires that graphviz is installed on the
computer (similar to the case when generating PlantUML diagrams). Graphviz (or
even its constituent application, DOT) ought to be treated like
just-another-Toolchain within the plugin.
was:
While the JDEPs is good to run as a control plugin, it is also really a good
structural addition to JDK8 and JDK9 build reactors to harvest information
about dependencies between projects/modules. The majority of the work is -
hence - already done.
The jdeps tool can already emit DOT files - so we can compile those into
graphics shown in a report on the maven site. This, however, requires that
graphviz is installed on the computer (similar to the case when generating
PlantUML diagrams).
> Provide a JDEPS report for inclusion within Maven site
> ------------------------------------------------------
>
> Key: MJDEPS-14
> URL: https://issues.apache.org/jira/browse/MJDEPS-14
> Project: Maven JDeps Plugin
> Issue Type: New Feature
> Reporter: Lennart Jörelid
> Priority: Major
> Labels: documentation, reporting, site, structure
>
> While the JDEPs is good to run as a control plugin, it is also really a good
> structural addition to JDK8 and JDK9 build reactors to harvest information
> about dependencies between projects/modules.
> The jdeps tool can already emit DOT files - so we can compile those into
> graphics shown in a report on the maven site. The majority of the work is -
> hence - already done. However, this requires that graphviz is installed on
> the computer (similar to the case when generating PlantUML diagrams).
> Graphviz (or even its constituent application, DOT) ought to be treated like
> just-another-Toolchain within the plugin.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)