You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Andre Tadeu de Carvalho (JIRA)" <ji...@apache.org> on 2019/01/28 17:09:00 UTC

[jira] [Created] (MJDEPS-19) jdeps with -m with error on module

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)