https://bugzilla.redhat.com/show_bug.cgi?id=1378021 --- Comment #9 from gil cattaneo <puntogil@xxxxxxxxx> --- (In reply to Michael Simacek from comment #6) > (In reply to gil cattaneo from comment #5) > > Issues: > > [!]: Package contains no bundled libraries without FPC exception. > > See maven-shade-plugin and maven-bundle-plugin tasks > > Removed maven-shade-plugin. > maven-bundle-plugin is for generating OSGi bundles, those are not bundling, > they are just named like that. yes but the export/import configuration are wrong: "<Export-Package>org.eclipse.jetty.alpn;sun.security.ssl;version="${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}"</Export-Package>" should be: "<Export-Package>sun.security.ssl;version="${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}"</Export-Package> <Import-Package>!sun.*,org.eclipse.jetty.alpn</Import-Package>" -- 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