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
- is duplicated by
-
MJDEPS-20 jdeps for modularized code should use --module-path
- Open