imagej / imagej-maven-plugin

[OBSOLETE] All goals migrated to scijava/scijava-maven-plugin
Other
4 stars 6 forks source link

Ignore excluded dependencies #1

Closed ctrueden closed 10 years ago

ctrueden commented 10 years ago

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.

ctrueden commented 10 years ago

See also https://github.com/imagej/imagej/issues/33

dscho commented 10 years ago

Moved to #2.