Hi. I'm trying to find split packages using this plugin/goal:
https://maven.apache.org/plugins/maven-jdeps-plugin/test-jdkinternals-mojo.html

If add the plugin config as per
https://maven.apache.org/plugins/maven-jdeps-plugin/usage.html

it fails saying
> Error: junit-platform-commons-1.8.0-M1.jar is a multi-release jar file
but --multi-release option is not set

Then if I add <multiRelease>9</multiRelease> and rerun, I get
> Error: maven-artifact-3.6.3.jar is not a multi-release jar file but
--multi-release option is set

It looks like as long as there is a multi-release dependency on my project,
using the jdeps plugin is impossible?

Thanks,
Delany

NB way to end a friday I know, but at least it is written

Reply via email to