imagej / imagej-maven-plugin

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

Teach the imagej-maven-plugin to copy locally-installed versions if they are newer #6

Closed ctrueden closed 5 years ago

ctrueden commented 10 years ago

At the moment, the imagej-maven-plugin always copies dependencies from the remote. But it should use the locally installed ones instead so that one can try out changes spanning multiple projects.

Migrated-From: http://trac.imagej.net/ticket/1732

ctrueden commented 5 years ago

I believe it is sufficient to pass e.g. -Dimagej-common.version=0.24.1-SNAPSHOT or whatever on the CLI invocation, where 0.24.1-SNAPSHOT has been locally built and installed. If not, reopen this in scijava/scijava-maven-plugin.