i like to build everything in dependently
so i want to have different jobs not 1 big single job
Also if you do that with jenkins that would mean that locally the build would be again totally different
How todo it there
i just like to have a single build thing that you can do that i or any of my team can build a product locally (for testing stuff if they want)
or jenkins should be able to do this
Also our product build is not done very often (only once at night for a nightly full build installer)
Normally we just build the plugins and generate a quick "update.zip" thats way faster, that only has some artifacts (plugins.jars) of the different repo's
update site creation (or usage) is really only done when we make an actual release..
also not every project that we have is really an eclipse plugin by itself (build fully the tycho way)
the manifest is osgi aware, has all the right properties, and later that is just used as a plugin.
So many git repo's don't really have a p2 site as output, but just a jar.. (plugin)