pre-deploy bundles offline
Hi,
I have a couple of bundles that I want to run on top of Spring DM Server.
I have a build server that builds all my bundles.
I want my "installation" to be a single zip that I just unzip and run - the Spring DM Server together with the current new build of all my bundles.
In the past I was using a pure Equinox OSGi server and there was a way to do this - copying all the bundles in bundles directory and generating a new version of the config.ini file... Even one can specify if the bundle should be started or just installed via special marker.
So, is there a way to do such a thing with Spring DM Server?