imagej / imagej-maven-plugin

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

Add imagej.ignoreDependencies property #27

Closed stelfrich closed 5 years ago

stelfrich commented 6 years ago

The imagej.ignoreDependencies property allows to only install the artifact itself into an app directory instead of the artifact together with its dependencies.

ctrueden commented 6 years ago

:+1: Awesome!

A gentle reminder, however: every new property you add here to imagej-maven-plugin, which is later moved to scijava-maven-plugin, will need one more ugly deprecated property check. Whereas if you migrate these mojos to scijava-maven-plugin now, then add the new functionality, we won't have to do that.

stelfrich commented 5 years ago

Thanks for the reminder @ctrueden! I'll close this PR and merge the changes into the migration branch (since they are not major anyway).