Hi, This is not working in launchpad/testing so far, if I start with "mvn clean launchpad:run" all bundles are installed, from both jackrabbit and oak run modes, although the run mode is correctly set to "jackrabbit". Starting the standalone jar from launchpad/builder works fine.
AFAICS the build is using the correct bundles list from launchpad/builder which includes <runModes>. I tried adding these options to maven-launchpad-plugin but that doesn't help: <bundlesDirectory>install</bundlesDirectory> <bootDirectory>bundles</bootDirectory> Before I dig deeper, is this supposed to work? -Bertrand
