imagej / imagej-maven-plugin

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

Add flag to disable copying of dependencies #25

Closed stelfrich closed 5 years ago

stelfrich commented 6 years ago

Currently, copy-jars as well as install-artifact handle the artifact and its dependencies in the same way. Sometimes it would be useful to just install the artifact itself and ignore dependencies (suggested by @ctrueden).

stelfrich commented 5 years ago

Will be fixed by https://github.com/scijava/scijava-maven-plugin/pull/15.

stelfrich commented 5 years ago

Implemented in https://github.com/scijava/scijava-maven-plugin/commit/904c25a30fab109eb6f94b27a706afdcc9d2e74a.