Hi Felix-Users I added a Maven property to my POM file with the name "<Spring-Context>".
I did this to use it's value in the "instructions" block of the maven-bundle-plugin. To my surprise, I didn't needed to add it to the instructions block. The property was already "magically" added with it's value to the manifest-file. Is this a documented feature of the maven-bundle-plugin to recognize manifest-headers by name in the maven properties? Thanks Stefan

