jira-importer commented on issue #32: URL: https://github.com/apache/maven-jdeps-plugin/issues/32#issuecomment-2955087665
**[Andre Tadeu de Carvalho](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=andretadeu)** commented Hi, people! In order to really add this new feature, I had to change a considerable amount of code. And I have two considerations about this issue: 1) The jdeps commands below return different outputs: jdeps -cp \<Classpath items> \<Project path>/target/classes/module-info.class jdeps -cp \<Classpath items> \<Project path>/target/classes jdeps --module-path \<Classpath items> \<Project path>/target/classes/module-info.class jdeps --module-path \<Classpath items> \<Project path>/target/classes 2) jdeps -m fails if your target is \<Project path>/target/classes/module-info.class. Example: jdeps -m maven.its.base -jdkinternals \<Project path>/target/classes/module-info.class I suggest that this fix should go in the next major release. Thanks, -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
