Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create bleeding edge update site #19

Open
2 tasks
gab1one opened this issue Jan 25, 2016 · 2 comments
Open
2 tasks

Create bleeding edge update site #19

gab1one opened this issue Jan 25, 2016 · 2 comments

Comments

@gab1one
Copy link
Member

gab1one commented Jan 25, 2016

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?
@ctrueden
Copy link
Member

Currently SNAPSHOT is cut from the version string!

Every snapshot does receive a unique date stamp in the Maven repository. Here is an example. Perhaps this could be reused somehow.

See also the Tycho Maven plugin's How do I embed a configurable build version? FAQ entry.

@gab1one
Copy link
Member Author

gab1one commented Jan 26, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants