https://bugzilla.redhat.com/show_bug.cgi?id=1016476 --- Comment #5 from gil cattaneo <puntogil@xxxxxxxxx> --- can you add also OSGi manifest? %pom_add_plugin org.apache.felix:maven-bundle-plugin . ' <extensions>true</extensions> <configuration> <instructions> <Bundle-SymbolicName>org.springframework.retry</Bundle-SymbolicName> <Bundle-Name>${project.name}</Bundle-Name> <Bundle-Vendor>SpringSource</Bundle-Vendor> <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>' or <Bundle-Vendor>${project.organization.name}</Bundle-Vendor> if project.organization.name is equal to SpringSource regards -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review