-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Issue
We sometimes need to test unreleased features and super new versions of the upstream libraries and can not wait until they are available in pom-imagej
. Therefore we need to create a bleeding edge update site that contains SNAPSHOT versions of SciJava / ImageJ / Imglib2.
This would also allow developers to use locally build versions of those libraries in KNIP with less hassle.
Challenges
- Version strings: bundles build from SNAPSHOT versions must receive an unique (e.g. buildtime) so that eclipse installations always download the newest versions of these plugins. Currently SNAPSHOT is cut from the version string!
- Staying up to date: the jenkins job for this update site should be run regularly, maybe once a day?