i got a similar problem on felix where they had substitution brackets without actual substitutions.. bnd was not very happy with this. Probably your problem is going into this direction? btw, this was my problem: <Include-Resource>{src/main/resources/}</Include-Resource> Fixed with <Include-Resource>src/main/resources/</Include-Resource> Peter agreed to make bnd more indulgent ;-)
Toni