Hi Tom,

Looking at the Felix ManifestParser [1] it complains because your
Import-Package instruction has a Dot '.' in it which is invalid. I am
not sure why bnd/maven-bundle-plugin generates such an instruction.
One possible reason is provided at [2] which says that it might be
because you compilation errors

Also it would be better if you use a more recent version of
maven-bundle-plugin i.e. 2.3.7 which might fail the build itself with
proper error message

Chetan Mehrotra
[1] 
https://github.com/apache/felix/blob/trunk/framework/src/main/java/org/apache/felix/framework/util/manifestparser/ManifestParser.java#L330
[2] http://lazydev.ildella.net/joke-of-the-day

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@felix.apache.org
For additional commands, e-mail: users-h...@felix.apache.org

Reply via email to