[
https://issues.apache.org/jira/browse/MJDEPS-7?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16372040#comment-16372040
]
Robert Scholte commented on MJDEPS-7:
-------------------------------------
It requires verbose mode to be able to do the analysis. So the plugin cannot
use the verbose flags of the jdeps tools.
There's a consumer, which reads per line the output to the console, so it is
streaming. Maybe we can do some buffering here in order to try to reduce the
output.
> jdeps:(test-)jdkinternals is always in verbose mode
> ---------------------------------------------------
>
> Key: MJDEPS-7
> URL: https://issues.apache.org/jira/browse/MJDEPS-7
> Project: Maven JDeps Plugin
> Issue Type: Bug
> Affects Versions: 3.0.0
> Reporter: Andreas Sewe
> Priority: Major
>
> AFAICT, the {{jdeps:(test-)jdkinternals}} goals always operate in some
> {{verbose}} mode. If no use of internal APIs is detected, I would expect that
> the plugin (with its default, i.e., not {{<verbose>}} {{<configuration>}}) to
> see very little output. Instead, I get output that looks like it has been
> generated by {{-verbose:package}}.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)