The bndly-maven-plugin shall be enabled to install multiple bundles at once. The Felix Webconsole API supports this, but the plugin is the bottle neck. The bundles to install shall be taken from the direct project/module dependencies.
In order to enable this behavior a installDependencies configuration value needs to be set to true
<plugin>
<groupId>org.bndly.common</groupId>
<artifactId>bndly-maven-plugin</artifactId>
<configuration>
<installDependencies>true</installDependencies>
</configuration>
</plugin>