Have a look at Maven Bundle Plugin docs around how it computes the Bundle-SymbolicName by default [1]. So in your case it defaults to artifactId (see point 4 under <Bundle-SymbolicName>)
Chetan Mehrotra [1] http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html#ApacheFelixMavenBundlePlugin%28BND%29-DefaultBehavior On Mon, Dec 9, 2013 at 3:56 PM, Ivan Grimaldi <[email protected]> wrote: > Hi, > I'm experiencing a problem using felix bundle plugin v2.4.0 and maven > v3.1.1: the generated manifest for project with long names contains invalid > entry for BundleSimbolicName like: > > Bundle-SymbolicName: > org.energy-home.jemma.osgi.ah.zigbee.appliances.generic;singleton:=true > eric > > It is possible to check out the problem by getting the code on a specific > branch on github: https://github.com/ismb/jemma/tree/namingFix > The affected progject is in the folder > "jemma.osgi.ah.zigbee.appliances.generic". > Does anybody know what is wrong? Is it a bug of Felix Bundle plugin or a > configuration error? > > Best regards, > Ivan Grimaldi > > -- > Ivan Grimaldi > Istituto Superiore Mario Boella (ISMB) > via P.C. Boggio, 61 - 10138 Torino (ITALY) > Tel: (+39) 011 2276 505 > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

