https://bugzilla.redhat.com/show_bug.cgi?id=1397051 --- Comment #6 from gil cattaneo <puntogil@xxxxxxxxx> --- can you add %pom_xpath_inject "pom:project" "<packaging>bundle</packaging>" %pom_add_plugin org.apache.felix:maven-bundle-plugin . " <extensions>true</extensions> <configuration> <excludeDependencies>true</excludeDependencies> <instructions> <Bundle-SymbolicName>com.github.ben-manes.caffeine</Bundle-SymbolicName> <Bundle-Name>com.github.ben-manes.caffeine</Bundle-Name> <Bundle-Version>\${project.version}</Bundle-Version> </instructions> </configuration> <executions> <execution> <id>bundle-manifest</id> <phase>process-classes</phase> <goals> <goal>manifest</goal> </goals> </execution> </executions>" -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx