Hi Chetan, On Mon, Aug 20, 2012 at 7:31 AM, Chetan Mehrotra <[email protected]> wrote: ... > 4. Update certain bundles in resources/install folder based on #2. For this > install them in Maven first > 5. Clean existing sling home directory > 6. Repackage Sling standalone so that updated bundle from #4 gets picked up...
Can't you just copy your new/modified bundles to an install folder on the filesystem, that's picked up by the file installer? You can specify the name of that folder with -Dsling.fileinstall.dir=/path-to-that-folder on the JVM command line. You could also install them directly via the OSGi console or the maven-sling-plugin. -Bertrand
