Andre Tadeu de Carvalho opened MJDEPS-21 and commented
As suggested in https://issues.apache.org/jira/browse/MJDEPS-16, you could setup -jdkinternals as a configuration parameter in pom.xml. In this improvement, I suggest that, instead of a parameter, define two Maven tasks:
- jdeps:jdeps - run jdeps without -jdkinternals
- jdeps:jdkinternals - run jdeps with -jdkinternals
From my point of view, this should make it easier to configure and use the plugin to analyze dependencies, since I could choose the behavior I desire in the command line interface.
Affects: 3.1.2
Andre Tadeu de Carvalho opened MJDEPS-21 and commented
As suggested in https://issues.apache.org/jira/browse/MJDEPS-16, you could setup -jdkinternals as a configuration parameter in pom.xml. In this improvement, I suggest that, instead of a parameter, define two Maven tasks:
From my point of view, this should make it easier to configure and use the plugin to analyze dependencies, since I could choose the behavior I desire in the command line interface.
Affects: 3.1.2