You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
We autogenerate pom files, and need to know the SNAPSHOT versions during generation time so they are added correctly. The eclipse aether project looks like a valid but slightly overkill candidate, implementing such a lookup might take a few days.
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
The text was updated successfully, but these errors were encountered: