Uploaded image for project: 'Maven JDeps Plugin'
  1. Maven JDeps Plugin
  2. MJDEPS-19

jdeps with -m with error on module

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 3.1.2
    • None
    • None

    Description

      Analyzing the jdeps command executed in src/it/module integration test, it executes:

      jdeps -m maven.its.base <Project root folder>/target/it/module/target/classes

      but the command the plugin should issue is:

       

      jdeps -m maven.its.base --module-path <Project root folder>/target/it/module/target/classes
      

      , 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

       

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              andretadeu Andre Tadeu de Carvalho
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated: