On 12/22/2014 10:21 PM, Stefan Seelmann wrote:
> I currently work on replacing the p2-maven-plugin (which is convenient
> but does too much magic) to generate the local P2 repo and eclipse
> target platform. The goal is to allow usage of snapshot versions of API
> and ApacheDS. For API this worked fine, all Studio plugins that only
> depend on API work. I didn't commit everything yet because its in a flux
> state.
> 
> Next I'll need to add ApacheDS dependencies, let's see if they are valid
> OSGi bundles.

Done with that.

To build 3 steps are required now, please see README.md.

All API and ApacheDS projects can now be imported into the Studio
workspace (or the other way around) and are recoginized as valid bundes.
In fact I recommend to do that, otherwise update of snapshot
dependencies is a nightmare.

Nest step is to cleanup the build a bit.
* Extract version numbers to variables
* Find a way to avoid duplicate variables in pom.xml and pom-first.xml.
* I hope it is possible to combine the first two build steps (generating
target platform and manifests) into one.

Reply via email to