Hi Roy, On 12 November 2015 at 10:17, Roy Teeuwen <[email protected]> wrote: > Is there any willingness to also make the maven-bundle-plugin install esa > files? This would surely be a lot handier when integrating the esa files into > a CI system.
I'm not sure whether the maven-bundle-plugin is the best option for installing subsystems as it really depends on what your target environment is how you want to install them. However maybe the sling-maven-plugin might be useful here. It has a sling:install goal which can be used to install bundles. It currently doesn't accept subsystems (yet) but it should be easy to add I think... Just a thought... David [1] http://sling.apache.org/site/sling.html
