Skip to content

Commit

Permalink
Start using an experimental feature to automatically create the corre…
Browse files Browse the repository at this point in the history
…ct Provide-Capability headers: bndtools/bnd#6309
  • Loading branch information
royteeuwen committed Oct 3, 2024
1 parent bb7706c commit 2b8f3cd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<plugin>
<groupId>biz.aQute.bnd</groupId>
<artifactId>bnd-maven-plugin</artifactId>
<version>7.0.0</version>
<version>7.1.0-SNAPSHOT</version>
<executions>
<execution>
<id>bnd-process</id>
Expand All @@ -133,6 +133,10 @@ Export-Package: ${opentelemetry.groupId}.*
-snapshot: SNAPSHOT
-includeresource: @*.jar;lib:=true
-conditionalpackage: *
-metainf-services: auto
-buildpath: biz.aQute.bndlib;version='7.0'
]]></bnd>
</configuration>
</execution>
Expand Down

0 comments on commit 2b8f3cd

Please sign in to comment.