Andre Tadeu de Carvalho created MJDEPS-19:
---------------------------------------------
Summary: jdeps with -m with error on module
Key: MJDEPS-19
URL: https://issues.apache.org/jira/browse/MJDEPS-19
Project: Maven JDeps Plugin
Issue Type: Bug
Affects Versions: 3.1.2
Reporter: Andre Tadeu de Carvalho
Analyzing the *jdeps* command executed in _src/it/module_ integration test, it
executes:
{code}
jdeps -m maven.its.base <Project root
folder>/target/it/module/target/classes{code}
but the command the plugin should issue is:
{code:java}
jdeps -m maven.its.base --module-path <Project root
folder>/target/it/module/target/classes
{code}
, which it is the correct version of the former command. The command still
works, but it shows the following message:
*Error: invalid argument for option: -m*
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)