We have not used any <exclusions> blocks in our dependency declarations... until today. Now that we have need to exclude some transitive dependencies in this way (specifically: the gov.nih.imagej:imagej artifact from the ome:bio-formats_plugins dependency), it would be nice if imagej-maven-plugin respected such exclusions and did not copy excluded transitive dependencies into the jars or plugins folders.
We have not used any
<exclusions>
blocks in our dependency declarations... until today. Now that we have need to exclude some transitive dependencies in this way (specifically: thegov.nih.imagej:imagej
artifact from theome:bio-formats_plugins
dependency), it would be nice ifimagej-maven-plugin
respected such exclusions and did not copy excluded transitive dependencies into thejars
orplugins
folders.