Skip to content

Support installation of bundle dependencies from a Maven module #16

@monsieurhess

Description

@monsieurhess

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>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions