gradle-karaf-plugin icon indicating copy to clipboard operation
gradle-karaf-plugin copied to clipboard

Results 14 gradle-karaf-plugin issues
Sort by recently updated
recently updated
newest added

Hi, I'm building feature that I would like to publish to a maven repository, maybe alongside the kar archive. How can I publish it with the `maven-publish` plugin. Ideally this...

Scenario We have two modules using karaf plugin. Module A has a compile time dependency on Module B. In a multi project build scenario, * What went wrong: A problem...

There are two facets to this: 1. Include or merge together (if possible) `src/main/feature/feature.xml` (configurable location?) with the inline feature XML slurper thing into a kar file. 2. Allow the...

enhancement

Hello, I have a bundle with Require-Capability: headers requiring multiple "osgi.service;" services with **effective:=active**. When I tried the capability option as below ``` groovy capability('osgi.service') { effective = 'active' extra...

bug
enhancement
help wanted