cal10n icon indicating copy to clipboard operation
cal10n copied to clipboard

CAL-33: Use maven-bnd-plugin to automate OSGi manifest generation

Open loicalbertin opened this issue 12 years ago • 2 comments

Hi,

kindly find a commit integrating maven-bnd-plugin in your build to allow automatic generation of the bundle manifest for the cal10n-api module.

Thanks & regards, Loïc

loicalbertin avatar Jan 15 '13 20:01 loicalbertin

can someone merge this, please?

just got 0.8.1 jar from maven central, with an empty Export-Package manifest entry, which makes it unusable with OSGi.

however, your manifest.mf does include the export, so I don't know how that jar in maven central was built

kcris avatar Mar 02 '18 11:03 kcris

can someone merge this, please?

just got 0.8.1 jar from maven central, with an empty Export-Package manifest entry, which makes it unusable with OSGi.

however, your manifest.mf does include the export, so I don't know how that jar in maven central was built

I realized that version 0.7.4 had the Export-Package entry but not the version 0.8.1. Maybe it is related to the version of maven-jar-plugin: in version 0.8.1 its version became explicit in the parent pom. Before that maybe it was the one given by the local Maven installation. If I add a new line at the end of "cal10n-api\src\main\resources\META-INF\MANIFEST.MF" (currently the last line does not end with a new line), then when I build the Export-Package directive appears in the built jar file.

fskexp avatar Jul 08 '19 09:07 fskexp